Fix typo in build.gn.

TBR=jochen@chromium.org
NOTRY=true
NOTREECHECKS=true

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

Cr-Commit-Position: refs/heads/master@{#26214}
This commit is contained in:
machenbach 2015-01-22 01:03:03 -08:00 committed by Commit bot
parent 0381acf7b3
commit 62219f3dd8

View File

@ -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") {