aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/hda
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-08-14 12:17:48 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-08-14 12:17:48 +0000
commita1581cd73594bbbde638859c31226c2c21be1ab3 (patch)
tree2795d6c0b16fe9e550f84ef4b71de88699a138bd /sys/dev/sound/pci/hda
parent1da11b8ac3474817f38330e272f50553f2ef21a4 (diff)
downloadsrc-a1581cd73594bbbde638859c31226c2c21be1ab3.tar.gz
src-a1581cd73594bbbde638859c31226c2c21be1ab3.zip
Fix a common typo in source code comments
- s/aligment/alignment/ MFC after: 5 days
Diffstat (limited to 'sys/dev/sound/pci/hda')
-rw-r--r--sys/dev/sound/pci/hda/hdaa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/hda/hdaa.c b/sys/dev/sound/pci/hda/hdaa.c
index 621361c5fa70..82c309996d75 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;