comphelper/qa/unit/test_guards.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f48aa15c69ae3db9283994216d33d88b85a442d1 Author: Mike Kaganski <[email protected]> AuthorDate: Fri Apr 26 20:57:02 2019 +0200 Commit: Mike Kaganski <[email protected]> CommitDate: Fri Apr 26 20:58:00 2019 +0200 Fix a copypaste error in comment Change-Id: Ic5272fe2e7226c5d6ccbb42c0b22635c2360200c Reviewed-on: https://gerrit.libreoffice.org/71394 Reviewed-by: Mike Kaganski <[email protected]> Tested-by: Mike Kaganski <[email protected]> diff --git a/comphelper/qa/unit/test_guards.cxx b/comphelper/qa/unit/test_guards.cxx index 39d8f80e0c68..1d2b5f209daa 100644 --- a/comphelper/qa/unit/test_guards.cxx +++ b/comphelper/qa/unit/test_guards.cxx @@ -50,7 +50,7 @@ CPPUNIT_TEST_FIXTURE(CppUnit::TestFixture, test_comphelperGuards) comphelper::FlagRestorationGuard aGuard(bFlag, false); CPPUNIT_ASSERT(!bFlag); } - // comphelper::FlagGuard must reset flag to initial state on destruction + // comphelper::FlagRestorationGuard must reset flag to initial state on destruction CPPUNIT_ASSERT(bFlag); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
