Improve a comment.

Bug: http://b/23675822
Test: builds
Change-Id: Ia58ffabf38012035076e4c682faa4c93f3690e24
This commit is contained in:
Elliott Hughes 2017-02-06 10:26:20 -08:00
parent 4a47d2c436
commit 5e6cf05aab

View file

@ -597,7 +597,7 @@ static void __libc_fatal_va_list(const char* prefix, const char* format, va_list
out_vformat(os, format, args);
// Log to stderr for the benefit of "adb shell" users.
// Log to stderr for the benefit of "adb shell" users and gtests.
struct iovec iov[2] = {
{ msg, os.total },
{ const_cast<char*>("\n"), 1 },