Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jun 2022 09:26:57 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 68c0bd3e3f45 - main - amdsbwd(4): Fix a typo in a source code comment
Message-ID:  <202206040926.2549Qv1d079976@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=68c0bd3e3f45e030d48b354d7444934ca381a07e

commit 68c0bd3e3f45e030d48b354d7444934ca381a07e
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-04 09:26:44 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-04 09:26:44 +0000

    amdsbwd(4): Fix a typo in a source code comment
    
    - s/accross/across/
    
    MFC after:      3 days
---
 sys/dev/amdsbwd/amd_chipset.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/amdsbwd/amd_chipset.h b/sys/dev/amdsbwd/amd_chipset.h
index f379e54ffe62..82bb5554d833 100644
--- a/sys/dev/amdsbwd/amd_chipset.h
+++ b/sys/dev/amdsbwd/amd_chipset.h
@@ -53,7 +53,7 @@
  *     "KERNCZ" or "CZ")
  *
  * The register definitions are compatible within the classes and may be
- * incompatible accross them.
+ * incompatible across them.
  */
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206040926.2549Qv1d079976>