summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/weakobject.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-12 15:57:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-12 15:57:36 +0200
commita6060e02f7f8c1966e5f54bbe186a445a74942e7 (patch)
tree8470b22058db0c7427fc782543aa68abe90d5508 /compilerplugins/clang/weakobject.cxx
parent9624bde1c36a3c1b86d8d88f97bc729ac4d65853 (diff)
Fix typo relase_ChildImpl -> release_ChildImpl
Change-Id: I68faf8cfb8eb390e7970383b8a6596a9dd3f95f7
Diffstat (limited to 'compilerplugins/clang/weakobject.cxx')
-rw-r--r--compilerplugins/clang/weakobject.cxx2
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;
}