From: Steinar H. Gunderson Date: Wed, 12 Feb 2014 01:15:25 +0000 (+0100) Subject: Fix a typo. X-Git-Tag: 1.0~44 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=eb41fe9da8681138883012170a47958228fbed5b;ds=sidebyside Fix a typo. --- diff --git a/defs.h b/defs.h index fc4fa92..ad1826c 100644 --- 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))