summaryrefslogtreecommitdiff
path: root/deps/regex/regex_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/regex/regex_internal.h')
-rw-r--r--deps/regex/regex_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/regex/regex_internal.h b/deps/regex/regex_internal.h
index 4184d7f5a..9eca671dc 100644
--- a/deps/regex/regex_internal.h
+++ b/deps/regex/regex_internal.h
@@ -63,7 +63,7 @@
#endif
#else /* GAWK */
/*
- * This is a freaking mess. On glibc systems you have to define
+ * This is a mess. On glibc systems you have to define
* a magic constant to get isblank() out of <ctype.h>, since it's
* a C99 function. To heck with all that and borrow a page from
* dfa.c's book.