summaryrefslogtreecommitdiff
path: root/frontends/monkey
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/monkey')
-rw-r--r--frontends/monkey/filetype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/monkey/filetype.c b/frontends/monkey/filetype.c
index f0f22d00c..af93ef607 100644
--- a/frontends/monkey/filetype.c
+++ b/frontends/monkey/filetype.c
@@ -110,7 +110,7 @@ void monkey_fetch_filetype_init(const char *mimefile)
type = ptr;
- /* search for the first non-whitespace char or NUL or
+ /* search for the first whitespace char or NUL or
* NL */
while (*ptr && (!ascii_is_space(*ptr)) && *ptr != '\n')
ptr++;