summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 13dcb601d0..98a96ac0cb 100755
--- a/configure
+++ b/configure
@@ -146,7 +146,7 @@ parser.add_option("--enable-vtune-profiling",
dest="enable_vtune_profiling",
help="Enable profiling support for Intel VTune profiler to profile "
"JavaScript code executed in nodejs. This feature is only available "
- "for x32, x86 and x64 architectures.")
+ "for x32, x86, and x64 architectures.")
parser.add_option("--link-module",
@@ -883,7 +883,7 @@ def configure_node(o):
o['variables']['node_enable_v8_vtunejit'] = b(options.enable_vtune_profiling)
elif options.enable_vtune_profiling:
raise Exception(
- 'The VTune profiler for JavaScript is only supported on x32, x86 and x64 '
+ 'The VTune profiler for JavaScript is only supported on x32, x86, and x64 '
'architectures.')
else:
o['variables']['node_enable_v8_vtunejit'] = 'false'