diff options
| -rw-r--r-- | mutator_aux.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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); | 
