X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ec6dc4375eaeb5ef358fb2a0e9082a53dcc54d87..75ae8299840bbd854fa2474d38402bbb933c6511:/src/location.h diff --git a/src/location.h b/src/location.h index 5c57d307..8f1c5ae1 100644 --- a/src/location.h +++ b/src/location.h @@ -121,7 +121,7 @@ location_cmp (location a, location b) return res; } -/* LOC_STR must be formatted as `file:line.column', it will be modified. */ +/* LOC_STR must be formatted as 'file:line.column', it will be modified. */ void boundary_set_from_string (boundary *bound, char *loc_str); #endif /* ! defined LOCATION_H_ */