From b483e9e9a2ec3f901b673e9f8bdb160ebc1c78e9 Mon Sep 17 00:00:00 2001 From: Malcolm Parsons Date: Fri, 9 Dec 2016 09:33:33 +0000 Subject: [PATCH] Update Doxygen comment in StringSaver (NFC) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289196 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/StringSaver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.50.0