aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Leißa <leissa@cs.uni-saarland.de>2018-03-29 16:38:23 +0200
committerRoland Leißa <leissa@cs.uni-saarland.de>2018-03-29 16:38:23 +0200
commitd04bf07fadd204881df4c7114906fa63b1b80c48 (patch)
treee5d23f30d534105ee4b5b365a25c08d19ed873be
parent11855d8ef08567c7961fb3c6562fbe6f9b479092 (diff)
downloadgoogletest-d04bf07fadd204881df4c7114906fa63b1b80c48.tar.gz
googletest-d04bf07fadd204881df4c7114906fa63b1b80c48.tar.bz2
googletest-d04bf07fadd204881df4c7114906fa63b1b80c48.zip
typo
-rw-r--r--googletest/src/gtest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/src/gtest.cc b/googletest/src/gtest.cc
index 74067bc3..725aa089 100644
--- a/googletest/src/gtest.cc
+++ b/googletest/src/gtest.cc
@@ -4550,7 +4550,7 @@ void UnitTest::AddTestPartResult(
// the --gtest_catch_exceptions flags are specified.
DebugBreak();
#elif (defined(__clang__) || defined(__GNUC__)) && (defined(__x86_64__) || defined(__i386__))
- // with clang/gcc we can acchieve the same effect on x86 by invoking int3
+ // with clang/gcc we can achieve the same effect on x86 by invoking int3
asm("int3");
#else
// Dereference NULL through a volatile pointer to prevent the compiler