Fix typo in build.gn.
authormachenbach <machenbach@chromium.org>
Thu, 22 Jan 2015 09:03:03 +0000 (01:03 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 22 Jan 2015 09:03:29 +0000 (09:03 +0000)
TBR=jochen@chromium.org
NOTRY=true
NOTREECHECKS=true

Review URL: https://codereview.chromium.org/862383002

Cr-Commit-Position: refs/heads/master@{#26214}

BUILD.gn

index 705999e..f929a91 100644 (file)
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -100,7 +100,7 @@ config("toolchain") {
 
   if (v8_target_arch == "arm") {
     defines += [ "V8_TARGET_ARCH_ARM" ]
-    if (arm_verson == 7) {
+    if (arm_version == 7) {
       defines += [ "CAN_USE_ARMV7_INSTRUCTIONS" ]
     }
     if (arm_fpu == "vfpv3-d16") {