mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-01-23 07:38:01 -05:00
"is build" -> "is built" typo
Corrects a typo in a Makefile comment.
This commit is contained in:
2
Makefile
2
Makefile
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user