diff options
Diffstat (limited to 'clang/tools/c-index-test/c-index-test.c')
| -rw-r--r-- | clang/tools/c-index-test/c-index-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/c-index-test/c-index-test.c b/clang/tools/c-index-test/c-index-test.c index 31bdf8a6fd3..a426353268f 100644 --- a/clang/tools/c-index-test/c-index-test.c +++ b/clang/tools/c-index-test/c-index-test.c @@ -662,7 +662,7 @@ static void ValidateCommentXML(const char *Str, const char *CommentSchemaFile) { printf(" CommentXMLValid"); else if (status > 0) { xmlErrorPtr Error = xmlGetLastError(); - printf(" CommentXMLInvalid [not vaild XML: %s]", Error->message); + printf(" CommentXMLInvalid [not valid XML: %s]", Error->message); } else printf(" libXMLError"); |

