summaryrefslogtreecommitdiffstats
path: root/sys/sys/soundcard.h
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-03 15:14:17 +0000
committerpfg <pfg@FreeBSD.org>2016-05-03 15:14:17 +0000
commitcacb7c41e21bf8ff9e1e931a5a98bef75389a4e3 (patch)
tree0bbdc3153f49eb0bc2d5107df04fb80a583242b0 /sys/sys/soundcard.h
parent63376757cf97c97df302265cd6975b8daf66d631 (diff)
downloadFreeBSD-src-cacb7c41e21bf8ff9e1e931a5a98bef75389a4e3.zip
FreeBSD-src-cacb7c41e21bf8ff9e1e931a5a98bef75389a4e3.tar.gz
sys/sys: minor spelling fixes.
While the changes are minor, these headers are very visible. MFC after: 2 weeks
Diffstat (limited to 'sys/sys/soundcard.h')
-rw-r--r--sys/sys/soundcard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h
index 2916287..4867f6c 100644
--- a/sys/sys/soundcard.h
+++ b/sys/sys/soundcard.h
@@ -185,7 +185,7 @@ struct snd_size {
#define AFMT_U24_LE 0x00040000 /* Little endian unsigned 24-bit */
#define AFMT_U24_BE 0x00080000 /* Big endian unsigned 24-bit */
-/* Machine dependant AFMT_* definitions. */
+/* Machine dependent AFMT_* definitions. */
#if BYTE_ORDER == LITTLE_ENDIAN
#define AFMT_S16_NE AFMT_S16_LE
#define AFMT_S24_NE AFMT_S24_LE
@@ -1447,7 +1447,7 @@ void seqbuf_dump(void); /* This function must be provided by programs */
SEQ_CONTROL(dev, voice, CTL_PAN, (pos+128) / 2)
/*
- * Timing and syncronization macros
+ * Timing and synchronization macros
*/
#define _TIMER_EVENT(ev, parm) { \
OpenPOWER on IntegriCloud