From 559ca86e2a6eefa1dc4aa4e48b2deede55f5d268 Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Fri, 10 Sep 2021 16:56:27 +0200 Subject: [PATCH] "is build" -> "is built" typo Corrects a typo in a Makefile comment. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f32b4568..977141078 100644 --- a/Makefile +++ b/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 $@