From c92da04791142dcb13472f0b49d3299835979ae0 Mon Sep 17 00:00:00 2001 From: Stephen Roe Date: Wed, 29 Jul 2020 20:39:41 +0000 Subject: [PATCH] Fix typo in comment. Bug: 1067356 Change-Id: I8c22d44b774ece4135980d47df12bab4c9152dba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317860 Commit-Queue: Kevin Marshall Reviewed-by: Kevin Marshall Cr-Commit-Position: refs/heads/master@{#792855} GitOrigin-RevId: 4b300f9af58b851a933ae2587999cb21f350a26e --- fuchsia/emu_target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuchsia/emu_target.py b/fuchsia/emu_target.py index 6ccdd832f..5ba68fe86 100644 --- a/fuchsia/emu_target.py +++ b/fuchsia/emu_target.py @@ -56,7 +56,7 @@ class EmuTarget(target.Target): # Zircon sends debug logs to serial port (see kernel.serial=legacy flag # 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 # the emulator guest, to make it easier to diagnose connectivity issues. temporary_log_file = None