Update Doxygen comment in StringSaver (NFC)

llvm-svn: 289196
This commit is contained in:
Malcolm Parsons 2016-12-09 09:33:33 +00:00
parent 0ef3b1b10a
commit 1b1b02d25b
1 changed files with 2 additions and 2 deletions

View File

@ -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;