X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ec6dc4375eaeb5ef358fb2a0e9082a53dcc54d87..827aca04ebd852b63087d80d8e420bb325bb9bd5:/src/location.c diff --git a/src/location.c b/src/location.c index dd4bd043..662b2a12 100644 --- a/src/location.c +++ b/src/location.c @@ -219,7 +219,7 @@ void boundary_set_from_string (boundary *bound, char *loc_str) { /* Must search in reverse since the file name field may - * contain `.' or `:'. */ + * contain '.' or ':'. */ char *delim = strrchr (loc_str, '.'); aver (delim); *delim = '\0';