OSDN Git Service

sbc: Fix spelling errors
authorRafael Fonseca <fonsecasantos.rafael@gmail.com>
Tue, 3 Apr 2012 13:16:22 +0000 (10:16 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 30 Jul 2012 02:48:30 +0000 (19:48 -0700)
Fix spelling errors found using the codespell tool
(https://github.com/lucasdemarchi/codespell).

sbc/sbc.h

index 2f830ad..f7ec99d 100644 (file)
--- 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