Co-authored-by: Laytan Laats <[email protected]>
@@ -1754,7 +1754,7 @@ gb_internal bool init_build_paths(String init_filename) {
case TargetOs_darwin:
break;
default:
- gb_printf_err("-sanitize:memory is only supported on windows, linux, and darwin\n");
+ gb_printf_err("-sanitize:address is only supported on windows, linux, and darwin\n");
return false;
}