From a6060e02f7f8c1966e5f54bbe186a445a74942e7 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Jul 2016 15:57:36 +0200 Subject: Fix typo relase_ChildImpl -> release_ChildImpl Change-Id: I68faf8cfb8eb390e7970383b8a6596a9dd3f95f7 --- compilerplugins/clang/weakobject.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compilerplugins/clang') diff --git a/compilerplugins/clang/weakobject.cxx b/compilerplugins/clang/weakobject.cxx index a148da0ee2d4..7c36f93a1d92 100644 --- a/compilerplugins/clang/weakobject.cxx +++ b/compilerplugins/clang/weakobject.cxx @@ -123,7 +123,7 @@ public: return true; } } - else if (pCalled->getName() == "relase_ChildImpl") // FIXME remove this lunacy + else if (pCalled->getName() == "release_ChildImpl") // FIXME remove this lunacy { return true; } -- cgit