diff options
-rw-r--r-- | src/common/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c index 027093798..b788f675c 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -751,7 +751,7 @@ const char *eat_whitespace_no_nl(const char *s) { } /* Return a pointer to the first char of s that is whitespace or '#', - * or to the terminating NUL if no such character exists. */ + * or to the terminating NUL if no such character exists. */ const char *find_whitespace(const char *s) { tor_assert(s); |