From b129fecef2e7f761f8eb22f5b8edf9745c7565bb Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 8 Oct 2014 09:01:46 +0200 Subject: [PATCH] fix wording --- win32/build/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 6cde15a9bdb..f00584eaa93 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -166,7 +166,7 @@ if (VCVERS >= 1400) { } } -ARG_WITH('mp', 'Tell VC9+ use up to [n,auto,disable] processes for compilation', 'auto'); +ARG_WITH('mp', 'Tell Visual Studio use up to [n,auto,disable] processes for compilation', 'auto'); if (VCVERS >= 1500 && PHP_MP != 'disable') { // no from disable-all if(PHP_MP == 'auto' || PHP_MP == 'no') {