Merge "Improve a comment."

This commit is contained in:
Elliott Hughes 2017-02-07 17:01:15 +00:00 committed by Gerrit Code Review
commit a1fa522927
1 changed files with 1 additions and 1 deletions

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 },