Skip to content

Commit 5928a9f

Browse files
Update man/checkers/preprocessorErrorDirective.md [ci skip]
Co-authored-by: chrchr-github <78114321+chrchr-github@users.noreply.github.com>
1 parent 3bae09d commit 5928a9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

man/checkers/preprocessorErrorDirective.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The code here is correct and you should not try to change it.
2626
Somehow it will be necessary to define `__BYTE_ORDER__` in Cppcheck analysis.
2727

2828
### gcc compiler macro
29-
If you compile your product with gcc and the macro is defined by gcc, then you can define all gcc-macros using these commands:
29+
If you compile your code with gcc and the macro is provided by gcc, then you can define all gcc-macros using these commands:
3030
```
3131
echo x > dummy.c
3232
gcc -dM -E dummy.c > gcc-macros.h

0 commit comments

Comments
 (0)