diff options
Diffstat (limited to 'lldb/source/Core/Stream.cpp')
-rw-r--r-- | lldb/source/Core/Stream.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/source/Core/Stream.cpp b/lldb/source/Core/Stream.cpp index 47b794b49bc..ca9e59bbc3b 100644 --- a/lldb/source/Core/Stream.cpp +++ b/lldb/source/Core/Stream.cpp @@ -122,8 +122,7 @@ Stream::PutULEB128 (uint64_t uval) } //------------------------------------------------------------------ -// Print a raw NULL terminated C string to the stream using the -// printf format in "format". +// Print a raw NULL terminated C string to the stream. //------------------------------------------------------------------ int Stream::PutCString (const char *cstr) |