]> git.proxmox.com Git - mirror_qemu.git/blobdiff - audio/mixeng.h
hw/fsi: Introduce IBM's FSI master
[mirror_qemu.git] / audio / mixeng.h
index f9de7cffebeb9460e72e5327d77c780bcdafec5e..a5f56d2c268b1c3829f8bb96580255d63c65f4b5 100644 (file)
@@ -38,7 +38,7 @@ typedef struct st_sample st_sample;
 typedef void (t_sample) (struct st_sample *dst, const void *src, int samples);
 typedef void (f_sample) (void *dst, const struct st_sample *src, int samples);
 
-/* indices: [stereo][signed][swap endiannes][8, 16 or 32-bits] */
+/* indices: [stereo][signed][swap endianness][8, 16 or 32-bits] */
 extern t_sample *mixeng_conv[2][2][2][3];
 extern f_sample *mixeng_clip[2][2][2][3];