Commit 267be4ee authored by Nico Weber's avatar Nico Weber Committed by Chromium LUCI CQ

Fix a comment typo introduced in https://chromium-review.googlesource.com/c/chromium/src/+/2633748

Change-Id: I027a493f129021059ef8a7b51ca1d5bee01e65ac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2635076
Commit-Queue: Nico Weber <thakis@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@google.com>
Cr-Commit-Position: refs/heads/master@{#844641}
parent 63df4bd2
...@@ -798,8 +798,8 @@ group("content_shell_crash_test") { ...@@ -798,8 +798,8 @@ group("content_shell_crash_test") {
] ]
if (is_mac && !use_system_xcode) { if (is_mac && !use_system_xcode) {
data += [ data += [
# Scripts call otool, which calls either a llvm-otool or otool-classic, # Scripts call otool, which calls either llvm-otool or otool-classic,
# so we all three. # so we need all three.
# llvm-otool shells out to llvm-objdump, so that's needed as well. # llvm-otool shells out to llvm-objdump, so that's needed as well.
mac_bin_path + "llvm-objdump", mac_bin_path + "llvm-objdump",
mac_bin_path + "llvm-otool", mac_bin_path + "llvm-otool",
......
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