From bfaeb114049eeff22156ccbf1dfe9b990b165b4f Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Wed, 30 Nov 2016 23:25:03 +0330 Subject: fixed a comment --- mutator_aux.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mutator_aux.cpp') diff --git a/mutator_aux.cpp b/mutator_aux.cpp index a17af14..190451b 100644 --- a/mutator_aux.cpp +++ b/mutator_aux.cpp @@ -54,8 +54,8 @@ void XMLReport::XMLCreateReport(void) XMLReportDoc.InsertFirstChild(RootPointer); } -/*it is the caller's responsibility to make sure the sourcelocation passed to this member function -contains only the spelling location.*/ +/*it is the caller's responsibility to make sure the sourcelocation passed to this member function and its overload +contain only the spelling location.*/ void XMLReport::XMLAddNode(ASTContext* ASTC, SourceLocation SL, std::string MisraRule, std::string Description) { FullSourceLoc FSL = ASTC->getFullLoc(SL); -- cgit v1.2.3