forked from OSchip/llvm-project
Update Doxygen comment in StringSaver (NFC)
llvm-svn: 289196
This commit is contained in:
parent
0ef3b1b10a
commit
1b1b02d25b
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue