On 5/20/21 3:26 PM, Bernhard Reutner-Fischer wrote:
On 20 May 2021 12:43:17 CEST, "Martin Liška" <mli...@suse.cz> wrote:
/* Given ARG, an unrecognized sanitizer option, return the best
matching sanitizer option, or NULL if there isn't one.
OPTS is array of candidate sanitizer options.
- CODE is OPT_fsanitize_, OPT_fsanitize_recover_ or
- OPT_fsanitize_coverage_.
+ CODE is OPT_fsanitize_or OPT_fsanitize_recover_.
Shouldn't be there a space before "or" in OPT_fsanitize_or ?
Yes, please.
thanks,
Thanks,
Martin