diff options
-rw-r--r-- | llvm/include/llvm/Support/StringSaver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Support/StringSaver.h b/llvm/include/llvm/Support/StringSaver.h index 9ef5ccfd9a5..fcddd4cde5b 100644 --- a/llvm/include/llvm/Support/StringSaver.h +++ b/llvm/include/llvm/Support/StringSaver.h @@ -16,8 +16,8 @@ namespace llvm { -/// \brief Saves strings in the inheritor's stable storage and returns a stable -/// raw character pointer. +/// \brief Saves strings in the inheritor's stable storage and returns a +/// StringRef with a stable character pointer. class StringSaver final { BumpPtrAllocator &Alloc; |