summaryrefslogtreecommitdiffstats
path: root/bin/warnhist
diff options
context:
space:
mode:
Diffstat (limited to 'bin/warnhist')
-rwxr-xr-xbin/warnhist2
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;
}