From 5665fd8a8546867e5823c410365e7723128b0759 Mon Sep 17 00:00:00 2001 From: Jin-Ho King Date: Tue, 22 Sep 2020 11:14:01 -0400 Subject: [PATCH] Update .makefile to correct minor typos (#3412) Corrected minor misspellings in the comments. --- .makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.makefile b/.makefile index 8d6b314867..275bcf19a8 100644 --- a/.makefile +++ b/.makefile @@ -1138,10 +1138,10 @@ makemake: .makefile racket/src/makemake.rkt # potential targets of the recursive `$(MAKE)`. # # When a variable is declared with `==` instead of `=`, then it is not -# treated as a variable that must be propoagate, but instead as a -# macro to bbe eagerly expanded. When a variable is defined with `:=`, +# treated as a variable that must be propagated, but instead as a +# macro to be eagerly expanded. When a variable is defined with `:=`, # then it is neither propagated nor expanded as a macro. Note that -# variables arer propagated with the pattern VAR="$(VAR)", so it can +# variables are propagated with the pattern VAR="$(VAR)", so it can # work for variables with spaces, but not for variables with quotes. # # If a `$(MAKE)` is preceeded by `cd &&`, then it is not treated