summaryrefslogtreecommitdiffstats
path: root/llvm/utils/unittest/googletest/gtest-death-test.cc
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2012-09-27 09:59:43 +0000
committerSylvestre Ledru <sylvestre@debian.org>2012-09-27 09:59:43 +0000
commit721cffd53a2c0e22167e042c53056b22e9363f67 (patch)
treeb6e17ac84f2d37247c1c76f5e7fa38cc422ea36a /llvm/utils/unittest/googletest/gtest-death-test.cc
parenta876013dc91bbd6bf4fe37c0d4cc7d1d5f5f4184 (diff)
downloadbcm5719-llvm-721cffd53a2c0e22167e042c53056b22e9363f67.tar.gz
bcm5719-llvm-721cffd53a2c0e22167e042c53056b22e9363f67.zip
Fix a typo 'iff' => 'if'
llvm-svn: 164767
Diffstat (limited to 'llvm/utils/unittest/googletest/gtest-death-test.cc')
-rw-r--r--llvm/utils/unittest/googletest/gtest-death-test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/unittest/googletest/gtest-death-test.cc b/llvm/utils/unittest/googletest/gtest-death-test.cc
index bf7e32c2383..3641ca58862 100644
--- a/llvm/utils/unittest/googletest/gtest-death-test.cc
+++ b/llvm/utils/unittest/googletest/gtest-death-test.cc
@@ -484,7 +484,7 @@ static ::std::string FormatDeathTestOutput(const ::std::string& output) {
// status_ok: true if exit_status is acceptable in the context of
// this particular death test, which fails if it is false
//
-// Returns true iff all of the above conditions are met. Otherwise, the
+// Returns true if all of the above conditions are met. Otherwise, the
// first failing condition, in the order given above, is the one that is
// reported. Also sets the last death test message string.
bool DeathTestImpl::Passed(bool status_ok) {
OpenPOWER on IntegriCloud