Skip to content

Commit 85aa195

Browse files
authored
fix spelling
1 parent 4ef266d commit 85aa195

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/test/data/TestDeployment/TestChainedAutocoder/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Opt out of target/test_autocoder. target/test_chained_autocoder runs test_target_autocoder
22
# itself (as the first stage of the chain), so applying both targets to this module would
3-
# duplicate the same `cmake -E copy` rule into two submakefiles and race under `make -jN`.
3+
# duplicate the same `cmake -E copy` rule into two sub-makefiles and race under `make -jN`.
44
# Custom targets are attached inside register_fprime_module, so the flag must be set first.
55
set(SKIP_TEST_AUTOCODER_TARGET TRUE)
66
register_fprime_module(

cmake/test/data/TestDeployment/TestTargetAutocoder/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Opt out of target/test_chained_autocoder. This module exercises the standalone
22
# target/test_autocoder; without this, the chained target would also run test_target_autocoder
3-
# on it and CMake would emit the same `cmake -E copy` rule into two submakefiles, racing
3+
# on it and CMake would emit the same `cmake -E copy` rule into two sub-makefiles, racing
44
# under `make -jN`. Custom targets are attached inside register_fprime_module, so the flag
55
# must be set first.
66
set(SKIP_TEST_CHAINED_AUTOCODER_TARGET TRUE)

0 commit comments

Comments
 (0)