aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/ConvertUTF.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/ConvertUTF.h')
-rw-r--r--include/llvm/Support/ConvertUTF.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/ConvertUTF.h b/include/llvm/Support/ConvertUTF.h
index d0f2ed3c08..1eae6d6622 100644
--- a/include/llvm/Support/ConvertUTF.h
+++ b/include/llvm/Support/ConvertUTF.h
@@ -219,7 +219,7 @@ static inline ConversionResult convertUTF8Sequence(const UTF8 **source,
return sourceExhausted;
return ConvertUTF8toUTF32(source, *source + size, &target, target + 1, flags);
}
-} // end namespace llvm
+} /* end namespace llvm */
#endif