summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/test/logexceptionnicely.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/test/logexceptionnicely.cxx b/compilerplugins/clang/test/logexceptionnicely.cxx
index 7348ae3e7415..458eef8c4d10 100644
--- a/compilerplugins/clang/test/logexceptionnicely.cxx
+++ b/compilerplugins/clang/test/logexceptionnicely.cxx
@@ -17,7 +17,7 @@ void func1();
int main()
{
- // no warning excepted
+ // no warning expected
try
{
func1();