git: f296898fb797 - stable/13 - Fix a common typo in source code comments

Gordon Bergling gbe at FreeBSD.org
Thu Aug 19 07:18:55 UTC 2021


The branch stable/13 has been updated by gbe (doc committer):

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

commit f296898fb797e294377a13d0ca8a0b4379ec91be
Author:     Gordon Bergling <gbe at FreeBSD.org>
AuthorDate: 2021-08-14 12:17:48 +0000
Commit:     Gordon Bergling <gbe at FreeBSD.org>
CommitDate: 2021-08-19 07:18:35 +0000

    Fix a common typo in source code comments
    
    - s/aligment/alignment/
    
    (cherry picked from commit a1581cd73594bbbde638859c31226c2c21be1ab3)
---
 lib/libc/gen/tls.c            | 4 ++--
 share/man/man9/rman.9         | 4 ++--
 sys/arm/allwinner/if_emac.c   | 2 +-
 sys/dev/sound/pci/hda/hdaa.c  | 2 +-
 sys/dev/usb/controller/uhci.c | 2 +-
 sys/dev/usb/usb_busdma.c      | 2 +-
 sys/i386/i386/locore.s        | 2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/lib/libc/gen/tls.c b/lib/libc/gen/tls.c
index 69b87aea52bf..98915ef4ddf7 100644
--- a/lib/libc/gen/tls.c
+++ b/lib/libc/gen/tls.c
@@ -249,9 +249,9 @@ __libc_free_tls(void *tcb, size_t tcbsize, size_t tcbalign __unused)
  *
  * where:
  *  extra_size is tcbsize - TLS_TCB_SIZE
- *  post_size is used to adjust TCB to TLS aligment for first version of TLS
+ *  post_size is used to adjust TCB to TLS alignment for first version of TLS
  *            layout and is always 0 for second version.
- *  pre_size  is used to adjust TCB aligment for first version and to adjust
+ *  pre_size  is used to adjust TCB alignment for first version and to adjust
  *            TLS alignment for second version.
  *
  */
diff --git a/share/man/man9/rman.9 b/share/man/man9/rman.9
index 3faea2a014fc..a5a8c34cde90 100644
--- a/share/man/man9/rman.9
+++ b/share/man/man9/rman.9
@@ -275,7 +275,7 @@ The caller can specify the
 and
 .Fa end
 of an acceptable range,
-as well as a boundary restriction and required aligment,
+as well as a boundary restriction and required alignment,
 and the code will attempt to find a free segment which fits.
 The
 .Fa start
@@ -288,7 +288,7 @@ Therefore,
 must be \[<=]
 .Fa end
 for any allocation to happen.
-The aligment requirement
+The alignment requirement
 .Pq if any
 is specified in
 .Fa flags .
diff --git a/sys/arm/allwinner/if_emac.c b/sys/arm/allwinner/if_emac.c
index 73e7e889916a..5110ce2f9fb4 100644
--- a/sys/arm/allwinner/if_emac.c
+++ b/sys/arm/allwinner/if_emac.c
@@ -409,7 +409,7 @@ emac_rxeof(struct emac_softc *sc, int count)
 		m->m_len = m->m_pkthdr.len = len - ETHER_CRC_LEN;
 
 		/*
-		 * Emac controller needs strict aligment, so to avoid
+		 * Emac controller needs strict alignment, so to avoid
 		 * copying over an entire frame to align, we allocate
 		 * a new mbuf and copy ethernet header + IP header to
 		 * the new mbuf. The new mbuf is prepended into the
diff --git a/sys/dev/sound/pci/hda/hdaa.c b/sys/dev/sound/pci/hda/hdaa.c
index 8eeeadce6666..4d872dc88405 100644
--- a/sys/dev/sound/pci/hda/hdaa.c
+++ b/sys/dev/sound/pci/hda/hdaa.c
@@ -2191,7 +2191,7 @@ hdaa_channel_getptr(kobj_t obj, void *data)
 	hdaa_unlock(devinfo);
 
 	/*
-	 * Round to available space and force 128 bytes aligment.
+	 * Round to available space and force 128 bytes alignment.
 	 */
 	ptr %= ch->blksz * ch->blkcnt;
 	ptr &= HDA_BLK_ALIGN;
diff --git a/sys/dev/usb/controller/uhci.c b/sys/dev/usb/controller/uhci.c
index 59453359deb0..86bfe0b1108a 100644
--- a/sys/dev/usb/controller/uhci.c
+++ b/sys/dev/usb/controller/uhci.c
@@ -2898,7 +2898,7 @@ uhci_xfer_setup(struct usb_setup_params *parm)
 	 * We don't allow alignments of
 	 * less than 8 bytes:
 	 *
-	 * NOTE: Allocating using an aligment
+	 * NOTE: Allocating using an alignment 
 	 * of 1 byte has special meaning!
 	 */
 	if (n < 3) {
diff --git a/sys/dev/usb/usb_busdma.c b/sys/dev/usb/usb_busdma.c
index 26fddaef65b2..4806903fa83a 100644
--- a/sys/dev/usb/usb_busdma.c
+++ b/sys/dev/usb/usb_busdma.c
@@ -546,7 +546,7 @@ usb_pc_alloc_mem(struct usb_page_cache *pc, struct usb_page *pg,
 		/*
 		 * XXX BUS-DMA workaround - FIXME later:
 		 *
-		 * We assume that that the aligment at this point of
+		 * We assume that that the alignment at this point of
 		 * the code is greater than or equal to the size and
 		 * less than two times the size, so that if we double
 		 * the size, the size will be greater than the
diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s
index 2bc751ba8ffc..d350c3abaeaa 100644
--- a/sys/i386/i386/locore.s
+++ b/sys/i386/i386/locore.s
@@ -340,7 +340,7 @@ ENTRY(identify_cpu)
 	testl	%eax,%eax
 	jnz	try486
 
-	/* NexGen CPU does not have aligment check flag. */
+	/* NexGen CPU does not have alignment check flag. */
 	pushfl
 	movl	$0x5555, %eax
 	xorl	%edx, %edx


More information about the dev-commits-src-branches mailing list