summaryrefslogtreecommitdiffstats
path: root/softoff/test/utest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'softoff/test/utest.cpp')
-rw-r--r--softoff/test/utest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/softoff/test/utest.cpp b/softoff/test/utest.cpp
index 9ffb04e..baaead4 100644
--- a/softoff/test/utest.cpp
+++ b/softoff/test/utest.cpp
@@ -204,7 +204,7 @@ TEST_F(TimerTest, updateTimerAndNeverExpire)
}
EXPECT_EQ(false, timer.isExpired());
- // 2 becase of one more count that happens prior to exiting
+ // 2 because of one more count that happens prior to exiting
EXPECT_EQ(2, count);
}
OpenPOWER on IntegriCloud