Skip to content

Commit

Permalink
Merge pull request #2596 from etan-status/is-built-typo
Browse files Browse the repository at this point in the history
"is build" -> "is built" typo
  • Loading branch information
hwwhww authored Sep 14, 2021
2 parents 70de0c3 + 559ca86 commit a3ea4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ define run_generator
echo "generator $(1) finished"
endef

# The tests dir itself is simply build by creating the directory (recursively creating deeper directories if necessary)
# The tests dir itself is simply built by creating the directory (recursively creating deeper directories if necessary)
$(TEST_VECTOR_DIR):
$(info creating test output directory, for generators: ${GENERATOR_TARGETS})
mkdir -p $@
Expand Down

0 comments on commit a3ea4c2

Please sign in to comment.