diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/warnhist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/warnhist b/bin/warnhist index 0150138..669cbcc 100755 --- a/bin/warnhist +++ b/bin/warnhist @@ -382,7 +382,7 @@ while (<>) { $warning =~ s/"[A-Za-z_0-9]*"/"-"/g; } - # Genericize [GCC?] C/C++ warning text about suggessted attribute + # Genericize [GCC?] C/C++ warning text about suggested attribute if($warning =~ /attribute=[A-Za-z_0-9]*\]/) { $warning =~ s/=[A-Za-z_0-9]*\]/=-\]/g; } |