summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libintl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libintl.h b/include/libintl.h
index ce5f58e..15fb5bf 100644
--- a/include/libintl.h
+++ b/include/libintl.h
@@ -18,7 +18,7 @@ char *bindtextdomain(const char *domainname, const char *dirname);
#ifndef LIBINTL_NO_MACROS
/* if these macros are defined, configure checks will detect libintl as
* built into the libc because test programs will work without -lintl.
- * for example:
+ * for example:
* checking for ngettext in libc ... yes
* the consequence is that -lintl will not be added to the LDFLAGS.
* so if for some reason you want that libintl.a gets linked,