Skip to content

Commit

Permalink
"is build" -> "is built" typo
Browse files Browse the repository at this point in the history
Corrects a typo in a Makefile comment.
  • Loading branch information
etan-status committed Sep 10, 2021
1 parent 70de0c3 commit 559ca86
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 559ca86

Please sign in to comment.