summaryrefslogtreecommitdiff
path: root/src/include/c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/c.h')
-rw-r--r--src/include/c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/c.h b/src/include/c.h
index 62df4d5b0c1..852551c121c 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -493,7 +493,7 @@ typedef NameData *Name;
#define NameStr(name) ((name).data)
/*
- * Support macros for escaping strings. escape_backslash should be TRUE
+ * Support macros for escaping strings. escape_backslash should be true
* if generating a non-standard-conforming string. Prefixing a string
* with ESCAPE_STRING_SYNTAX guarantees it is non-standard-conforming.
* Beware of multiple evaluation of the "ch" argument!