Skip to content

Commit babf643

Browse files
committed
Fix help text
1 parent c572f54 commit babf643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ if (PHP_SECURITY_FLAGS == "yes") {
356356
}
357357

358358
ARG_WITH("uncritical-warn-choke", "Disable some uncritical warnings", "yes");
359-
ARG_ENABLE("sanitizer", "Enable ASan and UBSan extensions", "no");
359+
ARG_ENABLE("sanitizer", "Enable ASan (and UBSan) extensions", "no");
360360
if (VS_TOOLSET) {
361361
if (PHP_SANITIZER == "yes") {
362362
if (COMPILER_NUMERIC_VERSION < 1929) {

0 commit comments

Comments
 (0)