aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/cppquickfix/convertnumericliteral.cpp
diff options
context:
space:
mode:
authorTobias Hunger <[email protected]>2010-10-30 21:54:23 +0200
committerTobias Hunger <[email protected]>2010-11-03 12:45:34 +0100
commitcf3a418cd884c4742fd6f7ff769aa57c74bf93f7 (patch)
tree92ef420770b081dd1442427d498dce8078f76cd3 /tests/manual/cppquickfix/convertnumericliteral.cpp
parentaf0413ec1efcc3491a5201d50a6ec24bbaf02adf (diff)
Fix spelling in comments
Krazy was complaining about those.
Diffstat (limited to 'tests/manual/cppquickfix/convertnumericliteral.cpp')
-rw-r--r--tests/manual/cppquickfix/convertnumericliteral.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/cppquickfix/convertnumericliteral.cpp b/tests/manual/cppquickfix/convertnumericliteral.cpp
index 6d64c98e7f9..38bee623039 100644
--- a/tests/manual/cppquickfix/convertnumericliteral.cpp
+++ b/tests/manual/cppquickfix/convertnumericliteral.cpp
@@ -10,7 +10,7 @@ int main()
0xFA0Bu;
// uppercase X
0X856A;
- // negativ values
+ // negative values
-199;
-017;
// not integer, do nothing