Skip to content

Commit 160eb2b

Browse files
committed
8284891: Fix typos in build system files
Reviewed-by: erikj
1 parent 48c7549 commit 160eb2b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+72
-72
lines changed

make/CompileCommands.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include $(SPEC)
2929
include MakeBase.gmk
3030

3131
# When FIXPATH is set, let it process the file to make sure all paths are usable
32-
# by system native tools. The FIXPATH tool assumes arguments preceeded by an @
32+
# by system native tools. The FIXPATH tool assumes arguments preceded by an @
3333
# character points to a text file containing further arguments (similar to a
3434
# linker). It replaces any such arguments with a different temporary filename,
3535
# whose contents has been processed to make any paths native. To obtain a

make/CompileDemos.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ define SetupBuildDemoBody
104104
ifneq ($$($1_SRC_SUB_DIR), )
105105
$1_MAIN_SRC := $$($1_SRC_BASE)/$$($1_SRC_SUB_DIR)
106106
else
107-
# for allmost all
107+
# for almost all
108108
$1_MAIN_SRC := $$($1_SRC_BASE)
109109
endif
110110

make/GraalBuilderImage.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# questions.
2424
#
2525

26-
# This makefile creates a jdk image overlayed with statically linked core
26+
# This makefile creates a jdk image overlaid with statically linked core
2727
# libraries.
2828

2929
default: all

make/RunTests.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ endif
139139
################################################################################
140140

141141
# Each factor variable comes in 3 variants. The first one is reserved for users
142-
# to use on command line. The other two are for predifined configurations in JDL
142+
# to use on command line. The other two are for predefined configurations in JDL
143143
# and for machine specific configurations respectively.
144144
TEST_JOBS_FACTOR ?= 1
145145
TEST_JOBS_FACTOR_JDL ?= 1

make/autoconf/basic.m4

+3-3
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ AC_DEFUN_ONCE([BASIC_SETUP_DEVKIT],
172172
UTIL_PREPEND_TO_PATH([TOOLCHAIN_PATH],$DEVKIT_TOOLCHAIN_PATH)
173173
174174
# If DEVKIT_SYSROOT is set, use that, otherwise try a couple of known
175-
# places for backwards compatiblity.
175+
# places for backwards compatibility.
176176
if test "x$DEVKIT_SYSROOT" != x; then
177177
SYSROOT="$DEVKIT_SYSROOT"
178178
elif test -d "$DEVKIT_ROOT/$host_alias/libc"; then
@@ -193,7 +193,7 @@ AC_DEFUN_ONCE([BASIC_SETUP_DEVKIT],
193193
# You can force the sysroot if the sysroot encoded into the compiler tools
194194
# is not correct.
195195
AC_ARG_WITH(sys-root, [AS_HELP_STRING([--with-sys-root],
196-
[alias for --with-sysroot for backwards compatability])],
196+
[alias for --with-sysroot for backwards compatibility])],
197197
[SYSROOT=$with_sys_root]
198198
)
199199
@@ -496,7 +496,7 @@ AC_DEFUN_ONCE([BASIC_SETUP_DEFAULT_MAKE_TARGET],
496496
AC_DEFUN_ONCE([BASIC_SETUP_DEFAULT_LOG],
497497
[
498498
AC_ARG_WITH(log, [AS_HELP_STRING([--with-log],
499-
[[default vaue for make LOG argument [warn]]])])
499+
[[default value for make LOG argument [warn]]])])
500500
AC_MSG_CHECKING([for default LOG value])
501501
if test "x$with_log" = x; then
502502
DEFAULT_LOG=""

make/autoconf/boot-jdk.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# This file handles detection of the Boot JDK. The Boot JDK detection
2828
# process has been developed as a response to solve a complex real-world
2929
# problem. Initially, it was simple, but it has grown as platform after
30-
# platform, idiosyncracy after idiosyncracy has been supported.
30+
# platform, idiosyncrasy after idiosyncrasy has been supported.
3131
#
3232
# The basic idea is this:
3333
# 1) You need an acceptable *) JDK to use as a Boot JDK

make/autoconf/build-aux/config.guess

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ fi
6767

6868
# Test and fix architecture string on AIX
6969
# On AIX 'config.guess' returns 'powerpc' as architecture but 'powerpc' is
70-
# implicitely handled as 32-bit architecture in 'platform.m4' so we check
70+
# implicitly handled as 32-bit architecture in 'platform.m4' so we check
7171
# for the kernel mode rewrite it to 'powerpc64' if we'Re running in 64-bit mode.
7272
# The check could also be done with `/usr/sbin/prtconf | grep "Kernel Type" | grep "64-bit"`
7373
echo $OUT | grep powerpc-ibm-aix > /dev/null 2> /dev/null

make/autoconf/flags-cflags.m4

+2-2
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ AC_DEFUN([FLAGS_SETUP_QUALITY_CHECKS],
221221
;;
222222
slowdebug )
223223
# FIXME: By adding this to C(XX)FLAGS_DEBUG_OPTIONS/JVM_CFLAGS_SYMBOLS it
224-
# get's added conditionally on whether we produce debug symbols or not.
224+
# gets added conditionally on whether we produce debug symbols or not.
225225
# This is most likely not really correct.
226226
227227
# Add runtime stack smashing and undefined behavior checks.
@@ -667,7 +667,7 @@ AC_DEFUN([FLAGS_SETUP_CFLAGS_CPU_DEP],
667667
$1_DEFINES_CPU_JVM="${$1_DEFINES_CPU_JVM} -D_LP64=1"
668668
fi
669669
670-
# toolchain dependend, per-cpu
670+
# toolchain dependent, per-cpu
671671
if test "x$TOOLCHAIN_TYPE" = xmicrosoft; then
672672
if test "x$FLAGS_CPU" = xaarch64; then
673673
$1_DEFINES_CPU_JDK="${$1_DEFINES_CPU_JDK} -D_ARM64_ -Darm64"

make/autoconf/flags.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ AC_DEFUN([FLAGS_SETUP_TOOLCHAIN_CONTROL],
340340
# Check if @file is supported by gcc
341341
if test "x$TOOLCHAIN_TYPE" = xgcc; then
342342
AC_MSG_CHECKING([if @file is supported by gcc])
343-
# Extra emtpy "" to prevent ECHO from interpreting '--version' as argument
343+
# Extra empty "" to prevent ECHO from interpreting '--version' as argument
344344
$ECHO "" "--version" > command.file
345345
if $CXX @command.file 2>&AS_MESSAGE_LOG_FD >&AS_MESSAGE_LOG_FD; then
346346
AC_MSG_RESULT(yes)

make/autoconf/libraries.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ AC_DEFUN_ONCE([LIB_SETUP_LIBRARIES],
149149
fi
150150
fi
151151
152-
# Because RISC-V only has word-sized atomics, it requries libatomic where
152+
# Because RISC-V only has word-sized atomics, it requires libatomic where
153153
# other common architectures do not. So link libatomic by default.
154154
if test "x$OPENJDK_TARGET_OS" = xlinux && test "x$OPENJDK_TARGET_CPU" = xriscv64; then
155155
BASIC_JVM_LIBS="$BASIC_JVM_LIBS -latomic"

make/autoconf/spec.gmk.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ CONFIGURE_START_DIR:=@CONFIGURE_START_DIR@
3838
# A self-referential reference to this file.
3939
SPEC:=@SPEC@
4040

41-
# Path to autoconf if overriden by the user, to be used by "make reconfigure"
41+
# Path to autoconf if overridden by the user, to be used by "make reconfigure"
4242
AUTOCONF := @AUTOCONF@
4343

4444
# SPACE and COMMA are defined in MakeBase.gmk, but they are also used in
@@ -148,7 +148,7 @@ ifneq ($(findstring windows.wsl, @OPENJDK_BUILD_OS_ENV@), )
148148
# Tell WSL to convert PATH between linux and windows
149149
export WSLENV := PATH/l
150150
else ifeq (@OPENJDK_BUILD_OS_ENV@, windows.msys2)
151-
# Prohibit msys2 from attemping any path wrangling
151+
# Prohibit msys2 from attempting any path wrangling
152152
export MSYS2_ARG_CONV_EXCL := "*"
153153
endif
154154

@@ -623,7 +623,7 @@ SET_SHARED_LIBRARY_NAME=@SET_SHARED_LIBRARY_NAME@
623623

624624
SHARED_LIBRARY_FLAGS=@SHARED_LIBRARY_FLAGS@
625625

626-
# Set origin using the linker, ie use the relative path to the dependent library to find the dependees.
626+
# Set origin using the linker, ie use the relative path to the dependent library to find the dependencies.
627627
# (Note absence of := assignment, because we do not want to evaluate the macro body here)
628628
SET_SHARED_LIBRARY_ORIGIN=@SET_SHARED_LIBRARY_ORIGIN@
629629
SET_EXECUTABLE_ORIGIN=@SET_EXECUTABLE_ORIGIN@

make/autoconf/toolchain.m4

+5-5
Original file line numberDiff line numberDiff line change
@@ -698,10 +698,10 @@ AC_DEFUN_ONCE([TOOLCHAIN_DETECT_TOOLCHAIN_CORE],
698698
AS="$CC -c"
699699
else
700700
if test "x$OPENJDK_TARGET_CPU_BITS" = "x64"; then
701-
# On 64 bit windows, the assember is "ml64.exe"
701+
# On 64 bit windows, the assembler is "ml64.exe"
702702
UTIL_LOOKUP_TOOLCHAIN_PROGS(AS, ml64)
703703
else
704-
# otherwise, the assember is "ml.exe"
704+
# otherwise, the assembler is "ml.exe"
705705
UTIL_LOOKUP_TOOLCHAIN_PROGS(AS, ml)
706706
fi
707707
fi
@@ -881,13 +881,13 @@ AC_DEFUN_ONCE([TOOLCHAIN_SETUP_BUILD_COMPILERS],
881881
UTIL_REQUIRE_PROGS(BUILD_CC, cl, [$VS_PATH])
882882
UTIL_REQUIRE_PROGS(BUILD_CXX, cl, [$VS_PATH])
883883
884-
# On windows, the assember is "ml.exe". We currently don't need this so
884+
# On windows, the assembler is "ml.exe". We currently don't need this so
885885
# do not require.
886886
if test "x$OPENJDK_BUILD_CPU_BITS" = "x64"; then
887-
# On 64 bit windows, the assember is "ml64.exe"
887+
# On 64 bit windows, the assembler is "ml64.exe"
888888
UTIL_LOOKUP_PROGS(BUILD_AS, ml64, [$VS_PATH])
889889
else
890-
# otherwise the assember is "ml.exe"
890+
# otherwise the assembler is "ml.exe"
891891
UTIL_LOOKUP_PROGS(BUILD_AS, ml, [$VS_PATH])
892892
fi
893893

make/autoconf/toolchain_microsoft.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ AC_DEFUN([TOOLCHAIN_EXTRACT_VISUAL_STUDIO_ENV],
355355
PATH="$OLDPATH"
356356
357357
if test ! -s $VS_ENV_TMP_DIR/set-vs-env.sh; then
358-
AC_MSG_NOTICE([Could not succesfully extract the environment variables needed for the VS setup.])
358+
AC_MSG_NOTICE([Could not successfully extract the environment variables needed for the VS setup.])
359359
AC_MSG_NOTICE([Try setting --with-tools-dir to the VC/bin directory within the VS installation.])
360360
AC_MSG_NOTICE([To analyze the problem, see extract-vs-env.log and extract-vs-env.bat in])
361361
AC_MSG_NOTICE([$VS_ENV_TMP_DIR.])

make/common/JarArchive.gmk

+3-3
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ define SetupJarArchiveBody
118118
$1_JARINDEX = true
119119
endif
120120
# When this macro is run in the same makefile as the java compilation, dependencies are
121-
# transfered in make variables. When the macro is run in a different makefile than the
121+
# transferred in make variables. When the macro is run in a different makefile than the
122122
# java compilation, the dependencies need to be found in the filesystem.
123123
$1_ORIG_DEPS := $$($1_DEPENDENCIES)
124124
ifeq ($$($1_DEPENDENCIES), )
@@ -150,9 +150,9 @@ define SetupJarArchiveBody
150150
# Capture extra files is the same for both CAPTURE_CONTENTS and SCAPTURE_CONTENTS so
151151
# only define it once to avoid duplication.
152152
# The list of extra files might be long, so need to use ListPathsSafely to print
153-
# them out to a separte file. Then process the contents of that file to rewrite
153+
# them out to a separate file. Then process the contents of that file to rewrite
154154
# into -C <dir> <file> lines.
155-
# The EXTRA_FILES_RESOLVED varible must be set in the macro so that it's evaluated
155+
# The EXTRA_FILES_RESOLVED variable must be set in the macro so that it's evaluated
156156
# in the recipe when the files are guaranteed to exist.
157157
$1_CAPTURE_EXTRA_FILES=\
158158
$$(eval $1_EXTRA_FILES_RESOLVED:=$$(call DoubleDollar, \

make/common/JavaCompilation.gmk

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ define add_file_to_clean
9999
$2_TARGET:=$2
100100
# Remove the source prefix.
101101
$$(foreach i,$$($1_SRC),$$(eval $$(call remove_string,$$i,$2_TARGET)))
102-
# Now we can setup the depency that will trigger the copying.
102+
# Now we can setup the dependency that will trigger the copying.
103103
# To allow for automatic overrides, do not create a rule for a target file that
104104
# already has one
105105
ifneq ($$($1_CLEAN_$$($2_TARGET)), 1)
@@ -161,7 +161,7 @@ endef
161161
# EXTRA_FILES:=List of extra source files to include in compilation. Can be used to
162162
# specify files that need to be generated by other rules first.
163163
# HEADERS:=path to directory where all generated c-headers are written.
164-
# DEPENDS:=Extra dependecy
164+
# DEPENDS:=Extra dependency
165165
# KEEP_DUPS:=Do not remove duplicate file names from different source roots.
166166
# FAIL_NO_SRC:=Set to false to not fail the build if no source files are found,
167167
# default is true.

make/common/MakeIO.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ endif
3737

3838
################################################################################
3939
# ListPathsSafely can be used to print command parameters to a file. This is
40-
# typically done if the command line lenght risk being too long for the
40+
# typically done if the command line length risk being too long for the
4141
# OS/shell. In later make versions, the file function can be used for this
4242
# purpose. For earlier versions, a more complex implementation is provided.
4343
#

make/common/NativeCompilation.gmk

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ endef
6161

6262
################################################################################
6363
# Creates a recipe that creates a compile_commands.json fragment. Remove any
64-
# occurences of FIXPATH programs from the command to show the actual invocation.
64+
# occurrences of FIXPATH programs from the command to show the actual invocation.
6565
#
6666
# Param 1: Name of file to create
6767
# Param 2: Working directory
@@ -236,7 +236,7 @@ ifeq ($(ALLOW_ABSOLUTE_PATHS_IN_OUTPUT)-$(FILE_MACRO_CFLAGS), false-)
236236
# add WORKSPACE_ROOT to any line not starting with /, while allowing for
237237
# leading spaces. There may also be multiple entries on the same line, so start
238238
# with splitting such lines.
239-
# Non GNU sed (BSD on macosx) cannot substitue in literal \n using regex.
239+
# Non GNU sed (BSD on macosx) cannot substitute in literal \n using regex.
240240
# Instead use a bash escaped literal newline. To avoid having unmatched quotes
241241
# ruin the ability for an editor to properly syntax highlight this file, define
242242
# that newline sequence as a separate variable and add the closing quote behind
@@ -661,7 +661,7 @@ define SetupNativeCompilationBody
661661
ifneq ($$($1_SUPERFLUOUS_OBJS), )
662662
$$(shell $(RM) -f $$($1_SUPERFLUOUS_OBJS))
663663
endif
664-
# Sort to remove dupliates and provide a reproducable order on the input files to the linker.
664+
# Sort to remove duplicates and provide a reproducible order on the input files to the linker.
665665
$1_ALL_OBJS := $$(sort $$($1_EXPECTED_OBJS) $$($1_EXTRA_OBJECT_FILES))
666666

667667
# Pickup extra OPENJDK_TARGET_OS_TYPE, OPENJDK_TARGET_OS, and/or OPENJDK_TARGET_OS plus

make/common/TextFileProcessing.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ endef
6565
# SOURCE_DIRS)
6666
# EXCLUDE_FILES exclude files matching these patterns (used only with
6767
# SOURCE_DIRS)
68-
# INCLUDES replace the occurances of a pattern with the contents of a file;
68+
# INCLUDES replace the occurrences of a pattern with the contents of a file;
6969
# one or more such include pattern, using the syntax:
7070
# PLACEHOLDER => FILE_TO_INCLUDE ; ...
7171
# Each PLACEHOLDER must be on a single, otherwise empty line (whitespace

make/common/Utils.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ RelativePathHelper = \
146146
$(if $($2_dotdots), $($2_dotdots), .))
147147

148148
################################################################################
149-
# Filter out duplicate sub strings while preserving order. Keeps the first occurance.
149+
# Filter out duplicate sub strings while preserving order. Keeps the first occurrence.
150150
uniq = \
151151
$(strip $(if $1,$(firstword $1) $(call uniq,$(filter-out $(firstword $1),$1))))
152152

make/common/ZipArchive.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ define SetupZipArchiveBody
139139
# Now $1_ALL_SRCS should contain all sources that are going to be put into the zip.
140140
# I.e. the zip -i and -x options should match the filtering done in the makefile.
141141
# Explicitly excluded files can be given with absolute path. The patsubst solution
142-
# isn't perfect but the likelyhood of an absolute path to match something in a src
142+
# isn't perfect but the likelihood of an absolute path to match something in a src
143143
# dir is very small.
144144
# If zip has nothing to do, it returns 12 and would fail the build. Check for 12
145145
# and only fail if it's not.

make/common/modules/GensrcProperties.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ endef
6161
# EXTRA_FILES Also include these specifically named files
6262
# EXCLUDE Exclude files matching this pattern.
6363
# CLASS The super class for the generated classes.
64-
# TYPE Wether to use "langtools" or normal compiler.
64+
# TYPE Whether to use "langtools" or normal compiler.
6565
# MODULE_PATH_ROOT Module path root, defaults to $(TOPDIR)/src.
6666
# KEEP_ALL_TRANSLATIONS Set to true to skip filtering of excluded translations.
6767
SetupCompileProperties = $(NamedParamsMacroTemplate)

make/conf/jib-profiles.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ var getJibProfilesCommon = function (input, data) {
244244
"linux-aarch64", "linux-arm32", "linux-ppc64le", "linux-s390x"
245245
];
246246

247-
// These are the base setttings for all the main build profiles.
247+
// These are the base settings for all the main build profiles.
248248
common.main_profile_base = {
249249
dependencies: ["boot_jdk", "gnumake", "jtreg", "jib", "autoconf", "jmh", "jcov"],
250250
default_make_targets: ["product-bundles", "test-bundles", "static-libs-bundles"],
@@ -620,7 +620,7 @@ var getJibProfilesProfiles = function (input, common, data) {
620620
});
621621

622622
// Define a profile with precompiled headers disabled. This is just used for
623-
// verfication of this build configuration.
623+
// verification of this build configuration.
624624
var noPchProfiles = {
625625
"linux-x64-debug-nopch": {
626626
target_os: "linux",
@@ -1022,10 +1022,10 @@ var getJibProfilesProfiles = function (input, common, data) {
10221022
// get src.full as a dependency, and define the work_dir (where make gets
10231023
// run) to be in the src.full install path. By running in the install path,
10241024
// the same cached installation of the full src can be reused for multiple
1025-
// test tasks. Care must however be taken not to polute that work dir by
1025+
// test tasks. Care must however be taken not to pollute that work dir by
10261026
// setting the appropriate make variables to control output directories.
10271027
//
1028-
// Use the existance of the top level README.md as indication of if this is
1028+
// Use the existence of the top level README.md as indication of if this is
10291029
// the full source or just src.conf.
10301030
if (!new java.io.File(__DIR__, "../../README.md").exists()) {
10311031
var runTestPrebuiltSrcFullExtra = {

make/devkit/createMacosxDevkit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ mkdir -p $DEVKIT_ROOT
6262

6363
################################################################################
6464
# Copy the relevant parts of Xcode.app, removing things that are both big and
65-
# unecessary for our purposes, without building an impossibly long exclude list.
65+
# unnecessary for our purposes, without building an impossibly long exclude list.
6666
EXCLUDE_DIRS=" \
6767
Contents/_CodeSignature \
6868
Contents/Applications \

make/hotspot/lib/JvmMapfile.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ else ifeq ($(call isTargetOs, macosx), true)
7878
}'
7979

8080
# NOTE: The script is from the old build. It is broken and finds no symbols.
81-
# The script below might be what was intended, but it failes to link with tons
81+
# The script below might be what was intended, but it fails to link with tons
8282
# of 'cannot export hidden symbol vtable for X'.
8383
# '{ if ($$1 ~ /^__ZTV/ || $$1 ~ /^_gHotSpotVM/) print substr($$1, 2) }'
8484
else ifeq ($(call isTargetOs, aix), true)

make/ide/netbeans/langtools/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ name of a tool to execute.
3232

3333
As an alternative, you can focus on a single tool. When you do
3434
this, you will still see all the source code for all the tools,
35-
but the various Ant targets will now be focussed on the selected tool.
35+
but the various Ant targets will now be focused on the selected tool.
3636
To focus on a tool, bring up the context menu on the "langtools"
3737
project (i.e. right-click on the project) and select "Select Tool".
3838
This brings up a dialog which allows you to specify which tool you

make/ide/netbeans/langtools/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
</macrodef>
231231
</target>
232232

233-
<!-- Macro to start the debugger and set a property containg the args needed by the run task -->
233+
<!-- Macro to start the debugger and set a property containing the args needed by the run task -->
234234
<target name="-def-start-debugger" if="netbeans.home">
235235
<macrodef name="start-debugger">
236236
<attribute name="jpda.jvmargs.property" default="jpda.jvmargs"/>

make/ide/visualstudio/hotspot/CreateVSProject.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ include Execute.gmk
3333

3434
ifeq ($(call isTargetOs, windows), true)
3535
# The next part is a bit hacky. We include the CompileJvm.gmk to be
36-
# able to extact flags, but we do not wish to execute the rules.
36+
# able to extract flags, but we do not wish to execute the rules.
3737

3838
# Use server as base for defines and includes
3939
JVM_VARIANT=server

make/ide/visualstudio/hotspot/src/classes/build/tools/projectcreator/FileTreeCreatorVC10.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public FileVisitResult visitFile(Path file, BasicFileAttributes attr) {
9696
cfg.collectRelevantVectors(rv, "AdditionalFile");
9797
for(String addFile : rv) {
9898
if (addFile.equals(fileName)) {
99-
// supress any ignore
99+
// suppress any ignore
100100
// TODO - may need some adjustments
101101
if (file.toAbsolutePath().toString().contains(cfg.get("Flavour"))) {
102102
currentFileAttr.removeFromIgnored(cfg);
@@ -154,7 +154,7 @@ public FileVisitResult preVisitDirectory(Path path, BasicFileAttributes attrs)
154154
newAttr.setIgnore(cfg);
155155
}
156156

157-
// Hide is always on all configs. And additional files are never hiddden
157+
// Hide is always on all configs. And additional files are never hidden
158158
if (cfg.matchesHidePath(path.toAbsolutePath().toString())) {
159159
hide = true;
160160
break;

make/ide/visualstudio/hotspot/src/classes/build/tools/projectcreator/WinGammaPlatformVC10.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public String getFileTagFromSuffix(String fileName) {
244244
}
245245

246246
void writeFiles(Vector<BuildConfig> allConfigs, String projDir) {
247-
// This code assummes there are no config specific includes.
247+
// This code assumes there are no config specific includes.
248248
startTag("ItemGroup");
249249

250250
String sourceBase = BuildConfig.getFieldString(null, "SourceBase");

0 commit comments

Comments
 (0)