aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-01-21 14:51:09 +0000
committerOmar Polo <op@omarpolo.com>2021-01-21 14:51:09 +0000
commit20c9ff466beafa357d501494989a6263516d3342 (patch)
tree917102a5fd45bc4b692341bb16eedad890052f53
parent33ac26a0e51e70ab31b03d6c2b3140595c3b4792 (diff)
typo
-rw-r--r--compat/err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/err.c b/compat/err.c
index 840acd0..aab93b5 100644
--- a/compat/err.c
+++ b/compat/err.c
@@ -18,7 +18,7 @@
#include <stdio.h>
#include <stdarg.h>
-/* cheat: if we don't have getprogname in stdlib, will link against
+/* cheat: if we don't have getprogname in libc, we will link against
* compat/getprogname.c anyway. */
const char *getprogname(void);