summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2011-04-07 18:36:50 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2011-04-07 18:36:50 +0000
commitc2df1529d41617b516a4d89241940433b03f10aa (patch)
tree91de61aa484a7ec79aeae5e4ae78184ec8d920b2 /src
parent9777673650126252f9de8447e0ea4f4e451d1ce4 (diff)
downloadgtest-c2df1529d41617b516a4d89241940433b03f10aa.tar.gz
gtest-c2df1529d41617b516a4d89241940433b03f10aa.tar.bz2
gtest-c2df1529d41617b516a4d89241940433b03f10aa.tar.xz
makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the name of xlC (by Hady Zalek).
git-svn-id: http://googletest.googlecode.com/svn/trunk@563 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'src')
-rw-r--r--src/gtest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtest.cc b/src/gtest.cc
index fc0f801..904d9d7 100644
--- a/src/gtest.cc
+++ b/src/gtest.cc
@@ -2059,7 +2059,7 @@ class GoogleTestFailureException : public ::std::runtime_error {
#endif // GTEST_HAS_EXCEPTIONS
namespace internal {
-// We put these helper functions in the internal namespace as IBM's xIC_r
+// We put these helper functions in the internal namespace as IBM's xlC
// compiler rejects the code if they were declared static.
// Runs the given method and handles SEH exceptions it throws, when