]> granicus.if.org Git - check/commitdiff
libcompat: fix typo in comment
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 6 Jan 2014 04:41:44 +0000 (04:41 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 6 Jan 2014 04:41:44 +0000 (04:41 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1039 64e312b2-a51f-0410-8e61-82d0ca0eb02a

lib/libcompat.h

index 8ee0b48ff4b2227215ec43839ce6c5b7ee95e0a9..674ea95252bb24d24cd224750cd2ffc51baf1d66 100644 (file)
@@ -98,7 +98,7 @@ CK_DLL_EXP void *rpl_realloc (void *p, size_t n);
 
 #if !HAVE_GETTIMEOFDAY
 CK_DLL_EXP int gettimeofday (struct timeval *tv, void* tz);
-#endif /* !HAVE_LOCALTIME_R */
+#endif /* !HAVE_GETTIMEOFDAY */
 
 #if !HAVE_DECL_LOCALTIME_R
 #if !defined(localtime_r)