https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81649

            Bug ID: 81649
           Summary: Instrumentation Options  page grammar
           Product: gcc
           Version: 5.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: web
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jg at jguk dot org
  Target Milestone: ---

Hello

https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html


Current:
-fsanitize=leak
Enable LeakSanitizer, a memory leak detector. This option only matters for
linking of executables *and* the executable is linked against a library that
overrides malloc and other allocator functions.

I replaced word *and* with *when* below.

Proposed:
-fsanitize=leak
Enable LeakSanitizer, a memory leak detector. This option only matters for
linking of executables *when* the executable is linked against a library that
overrides malloc and other allocator functions.

Reply via email to