Commit 4b300f9a authored by Stephen Roe's avatar Stephen Roe Committed by Commit Bot

Fix typo in comment.

Bug: 1067356
Change-Id: I8c22d44b774ece4135980d47df12bab4c9152dba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317860
Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
Reviewed-by: default avatarKevin Marshall <kmarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792855}
parent e37ecbd0
...@@ -56,7 +56,7 @@ class EmuTarget(target.Target): ...@@ -56,7 +56,7 @@ class EmuTarget(target.Target):
# Zircon sends debug logs to serial port (see kernel.serial=legacy flag # Zircon sends debug logs to serial port (see kernel.serial=legacy flag
# above). Serial port is redirected to a file through emulator stdout. # above). Serial port is redirected to a file through emulator stdout.
# Unless runner_pogs are enabled, we output the kernel serial log # If runner_logs are not enabled, we output the kernel serial log
# to a temporary file, and print that out if we are unable to connect to # to a temporary file, and print that out if we are unable to connect to
# the emulator guest, to make it easier to diagnose connectivity issues. # the emulator guest, to make it easier to diagnose connectivity issues.
temporary_log_file = None temporary_log_file = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment