[Lldb-commits] [PATCH] D63241: Fixed typos in Log.h
Yuya Fujita via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 12 19:21:58 PDT 2019
ziita created this revision.
ziita added a reviewer: JDevlieghere.
ziita added a project: LLDB.
Herald added a subscriber: lldb-commits.
Fixed typos in Log.h
Repository:
rLLDB LLDB
https://reviews.llvm.org/D63241
Files:
lldb/include/lldb/Utility/Log.h
Index: lldb/include/lldb/Utility/Log.h
===================================================================
--- lldb/include/lldb/Utility/Log.h
+++ lldb/include/lldb/Utility/Log.h
@@ -69,7 +69,7 @@
: log_ptr(nullptr), categories(categories),
default_flags(default_flags) {}
- // This function is safe to call at any time If the channel is disabled
+ // This function is safe to call at any time. If the channel is disabled
// after (or concurrently with) this function returning a non-null Log
// pointer, it is still safe to attempt to write to the Log object -- the
// output will be discarded.
@@ -80,7 +80,7 @@
return nullptr;
}
- // This function is safe to call at any time If the channel is disabled
+ // This function is safe to call at any time. If the channel is disabled
// after (or concurrently with) this function returning a non-null Log
// pointer, it is still safe to attempt to write to the Log object -- the
// output will be discarded.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63241.204404.patch
Type: text/x-patch
Size: 1031 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190613/42ef7f01/attachment.bin>
More information about the lldb-commits
mailing list