Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: build/config/compiler/BUILD.gn

Issue 2957593002: Spelling fixes e to i. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analysis_server/benchmark/integration/input_converter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index 6370dcdf0d96baf2db993de83f69354e2381ce0f..d651e4ff719c5462e9d2a899a8d7d1e1d831fbc9 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -164,7 +164,7 @@ config("compiler") {
ldflags += common_mac_flags
} else if (is_posix) {
# CPU architecture. We may or may not be doing a cross compile now, so for
- # simplicity we always explicitly set the architecture.
+ # simplicitly we always explicitly set the architecture.
if (current_cpu == "x64") {
cflags += [
"-m64",
« no previous file with comments | « no previous file | pkg/analysis_server/benchmark/integration/input_converter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698