Index: base/allocator/prep_libc.py |
diff --git a/base/allocator/prep_libc.py b/base/allocator/prep_libc.py |
index ba25cea092f8a3dae2abc0c35af8da577d5efb33..471140cb548052a18a1a60cdf4266a93656eff56 100755 |
--- a/base/allocator/prep_libc.py |
+++ b/base/allocator/prep_libc.py |
@@ -12,7 +12,7 @@ |
# VCLibDir is the path where VC is installed, something like: |
# C:\Program Files\Microsoft Visual Studio 8\VC\lib |
# OutputDir is the directory where the modified libcmt file should be stored. |
-# arch is either 'ia32' or 'x64' |
+# arch is one of: 'ia32', 'x86' or 'x64'. ia32 and x86 are synonyms. |
import os |
import shutil |