From: Malcolm Parsons Date: Fri, 9 Dec 2016 09:33:33 +0000 (+0000) Subject: Update Doxygen comment in StringSaver (NFC) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b483e9e9a2ec3f901b673e9f8bdb160ebc1c78e9;p=llvm Update Doxygen comment in StringSaver (NFC) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289196 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/StringSaver.h b/include/llvm/Support/StringSaver.h index 9ef5ccfd9a5..fcddd4cde5b 100644 --- a/include/llvm/Support/StringSaver.h +++ b/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;