]> git.sesse.net Git - movit/commitdiff
Fix a typo.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 12 Feb 2014 01:15:25 +0000 (02:15 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 12 Feb 2014 01:15:25 +0000 (02:15 +0100)
defs.h

diff --git a/defs.h b/defs.h
index fc4fa92bba486f856c4cf826687060eb27c59383..ad1826cb4cec811379247c707d5cf7ee8140073f 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -1,7 +1,7 @@
 #ifndef _MOVIT_DEFS_H
 #define _MOVIT_DEFS_H
 
-// Utility macros that are useful from other heder files.
+// Utility macros that are useful from other header files.
 
 #ifdef __GNUC__
 #define MUST_CHECK_RESULT __attribute__((warn_unused_result))