summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
Diffstat (limited to 'libao2')
-rw-r--r--libao2/ao_sgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/ao_sgi.c b/libao2/ao_sgi.c
index 91326eb374..1ca52ee8e4 100644
--- a/libao2/ao_sgi.c
+++ b/libao2/ao_sgi.c
@@ -47,7 +47,7 @@ static int fmt2sgial(int *format, int *width) {
int smpfmt = AL_SAMPFMT_TWOSCOMP;
/* SGI AL only supports float and signed integers in native
- * endianess. If this is something else, we must rely on the audio
+ * endianness. If this is something else, we must rely on the audio
* filter to convert it to a compatible format. */
/* 24-bit audio is supported, but only with 32-bit alignment.