diff options
Diffstat (limited to 'scripts/clean-header-guards.pl')
-rwxr-xr-x | scripts/clean-header-guards.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clean-header-guards.pl b/scripts/clean-header-guards.pl index f47d673ad5..a6680253b1 100755 --- a/scripts/clean-header-guards.pl +++ b/scripts/clean-header-guards.pl @@ -19,7 +19,7 @@ # Does the following: # - Header files without a recognizable header guard are skipped. # - Clean up any untidy header guards in-place. Warn if the cleanup -# renames guard symbols, and explain how to find occurences of these +# renames guard symbols, and explain how to find occurrences of these # symbols that may have to be updated manually. # - Warn about duplicate header guard symbols. To make full use of # this warning, you should clean up *all* headers in one run. |