From eb41fe9da8681138883012170a47958228fbed5b Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 12 Feb 2014 02:15:25 +0100 Subject: [PATCH 1/1] Fix a typo. --- defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2