From 98fbc6cd410089de957d80ebacfaeedb3aecf5dc Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 18 Jul 2010 05:22:45 +0200 Subject: [PATCH] Spellcheck comment --- src/editline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editline.h b/src/editline.h index dbd4a3f..d91d81c 100644 --- a/src/editline.h +++ b/src/editline.h @@ -91,7 +91,7 @@ extern char *strdup(const char *s); extern int strcmp(const char *s1, const char *s2); extern int strlen(const char *s); extern int strncmp(const char *s1, const char *s2, size_t n); -#endif/* !HAVE_STDLIB */ +#endif/* !HAVE_STDLIB_H */ #ifndef HAVE_STRDUP extern char *strdup(const char *s);