summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Fonseca <fonsecasantos.rafael@gmail.com>2012-04-03 10:16:22 -0300
committerMarcel Holtmann <marcel@holtmann.org>2012-07-29 19:48:30 -0700
commitfab7c1faab81fac92346b1da0a062d6626b37deb (patch)
tree89c74b5b7f0fd2ae0f59af96c02c24087036d47d
parent758ced4c902693fd74147c2e8cf052a2316fa757 (diff)
sbc: Fix spelling errors
Fix spelling errors found using the codespell tool (https://github.com/lucasdemarchi/codespell).
-rw-r--r--sbc/sbc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbc/sbc.h b/sbc/sbc.h
index 2f830ad..f7ec99d 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