Fix typo and constantify arguments
ClosedPublic

Authored by shubham on Apr 5 2019, 2:34 PM.

Diff Detail

Repository
R16 KPMCore
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
shubham requested review of this revision.Apr 5 2019, 2:34 PM
shubham created this revision.
cjlcarvalho accepted this revision as: cjlcarvalho.Apr 5 2019, 5:44 PM
This revision is now accepted and ready to land.Apr 5 2019, 5:44 PM
This revision was automatically updated to reflect the committed changes.

Looks alright, although I wouldn't call that thing a typo. Variable names in C++ doesn't have to match in function header and implementation, although, it's probably less confusing if they match. But sometimes one can simply omit names in header and just have types.

Looks alright, although I wouldn't call that thing a typo. Variable names in C++ doesn't have to match in function header and implementation, although, it's probably less confusing if they match. But sometimes one can simply omit names in header and just have types.

I Knew that, did not knew what to say that renaming so came up with a typo