diff --git a/cpp.c b/cpp.c index a434f5fc..42bdb265 100644 --- a/cpp.c +++ b/cpp.c @@ -985,7 +985,7 @@ static Token *maybe_convert_keyword(Token *tok) { } // Reads from a string as if the string is a content of input file. -// Convenient for evaluating small string snippet contaiing preprocessor macros. +// Useful for evaluating small string snippets containing preprocessor macros. void read_from_string(char *buf) { stream_stash(make_file_string(buf)); Vector *toplevels = read_toplevels();