1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00

Remove typo

This commit is contained in:
Kalle Sommer Nielsen
2016-11-20 20:52:22 +01:00
parent acbc007a7d
commit 39cfeea20b

View File

@@ -2810,7 +2810,7 @@ function toolset_setup_compiler()
// 1700 is vs.net 2011
// 1800 is vs.net 2012
// 1900 is vs.net 2014
// Which version of the compiler do we have?12
// Which version of the compiler do we have?
VCVERS = COMPILER_NUMERIC_VERSION;
if (VCVERS < 1700) {