Fix typos
Change-Id: I6aeda978911b25caa45d4e459e581fc743e93d2c Reviewed-on: https://gerrit.libreoffice.org/29442 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
committed by
Noel Grandin
parent
0d4996862b
commit
c0bcdde2a0
@@ -188,7 +188,7 @@ bool ConstantParam::VisitCallExpr(const CallExpr * callExpr) {
|
||||
return true;
|
||||
}
|
||||
functionDecl = functionDecl->getCanonicalDecl();
|
||||
// method overrides don't always specify the same default params (althogh they probably should)
|
||||
// method overrides don't always specify the same default params (although they probably should)
|
||||
// so we need to work our way up to the root method
|
||||
while (isa<CXXMethodDecl>(functionDecl)) {
|
||||
const CXXMethodDecl* methodDecl = dyn_cast<CXXMethodDecl>(functionDecl);
|
||||
|
Reference in New Issue
Block a user