diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-12 15:57:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-12 15:57:36 +0200 |
commit | a6060e02f7f8c1966e5f54bbe186a445a74942e7 (patch) | |
tree | 8470b22058db0c7427fc782543aa68abe90d5508 /compilerplugins/clang | |
parent | 9624bde1c36a3c1b86d8d88f97bc729ac4d65853 (diff) |
Fix typo relase_ChildImpl -> release_ChildImpl
Change-Id: I68faf8cfb8eb390e7970383b8a6596a9dd3f95f7
Diffstat (limited to 'compilerplugins/clang')
-rw-r--r-- | compilerplugins/clang/weakobject.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |