Skip to content

Commit 51cee44

Browse files
committed
py/mkrules.mk: Typo fixes in comments.
1 parent 07615d9 commit 51cee44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

py/mkrules.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ $(BUILD)/%.pp: %.c
5858
$(ECHO) "PreProcess $<"
5959
$(Q)$(CC) $(CFLAGS) -E -Wp,-C,-dD,-dI -o $@ $<
6060

61-
# The following rule uses | to create an order only prereuisite. Order only
61+
# The following rule uses | to create an order only prerequisite. Order only
6262
# prerequisites only get built if they don't exist. They don't cause timestamp
6363
# checking to be performed.
6464
#
6565
# We don't know which source files actually need the generated.h (since
6666
# it is #included from str.h). The compiler generated dependencies will cause
6767
# the right .o's to get recompiled if the generated.h file changes. Adding
68-
# an order-only dependendency to all of the .o's will cause the generated .h
68+
# an order-only dependency to all of the .o's will cause the generated .h
6969
# to get built before we try to compile any of them.
7070
$(OBJ): | $(HEADER_BUILD)/qstrdefs.generated.h $(HEADER_BUILD)/mpversion.h
7171

0 commit comments

Comments
 (0)