summaryrefslogtreecommitdiff
path: root/sbc
diff options
context:
space:
mode:
authorRafael Fonseca <fonsecasantos.rafael@gmail.com>2012-04-03 10:16:22 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-04-04 13:03:54 +0300
commit70d7ee146b05c497c5db4791e471919224d25786 (patch)
tree2feb2bd7499d7858b7a14d90bcded5a619b28db2 /sbc
parent7c824c9b7a2fe76cd03a3ef0ec7914d472ae2247 (diff)
Fix spelling errors
Fix spelling errors found using the codespell tool (https://github.com/lucasdemarchi/codespell).
Diffstat (limited to 'sbc')
-rw-r--r--sbc/sbc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbc/sbc.h b/sbc/sbc.h
index 2f830ad5f..f7ec99d10 100644
--- a/sbc/sbc.h
+++ b/sbc/sbc.h
@@ -60,7 +60,7 @@ extern "C" {
#define SBC_SB_4 0x00
#define SBC_SB_8 0x01
-/* Data endianess */
+/* Data endianness */
#define SBC_LE 0x00
#define SBC_BE 0x01