diff options
author | George Rodrigues <georgerodrigues@live.com.au> | 2022-10-05 13:32:07 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 17:32:07 +0100 |
commit | 959f4cbb621868a4f0c1701f54ad2a1f45d889af (patch) | |
tree | 96b126c802cacb3645ed9a0bfda3a13ae5c915dd /builddefs | |
parent | 5f671de13a01c88ceb86874dba91e4e66c4a3d51 (diff) |
docs: some typos (#18582)
probably hacktoberism
Diffstat (limited to 'builddefs')
-rw-r--r-- | builddefs/build_keyboard.mk | 2 | ||||
-rw-r--r-- | builddefs/common_rules.mk | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/builddefs/build_keyboard.mk b/builddefs/build_keyboard.mk index fe95dcaf15..6841c27c0f 100644 --- a/builddefs/build_keyboard.mk +++ b/builddefs/build_keyboard.mk @@ -236,7 +236,7 @@ endif # that the same keymap may be used on multiple keyboards. # # We grab the most top-level include file that we can. That file should -# use #ifdef statements to include all the neccesary subfolder includes, +# use #ifdef statements to include all the necessary subfolder includes, # as described here: # # https://docs.qmk.fm/#/feature_layouts?id=tips-for-making-layouts-keyboard-agnostic diff --git a/builddefs/common_rules.mk b/builddefs/common_rules.mk index c8816639f8..22746b92a3 100644 --- a/builddefs/common_rules.mk +++ b/builddefs/common_rules.mk @@ -1,7 +1,7 @@ # Hey Emacs, this is a -*- makefile -*- #---------------------------------------------------------------------------- -# Enable vpath seraching for source files only +# Enable vpath searching for source files only # Without this, output files, could be read from the wrong .build directories VPATH_SRC := $(VPATH) vpath %.c $(VPATH_SRC) @@ -85,7 +85,7 @@ ifeq ($(strip $(DEBUG_ENABLE)),yes) endif CXXFLAGS += $(CXXDEFS) CXXFLAGS += -O$(OPT) -# to supress "warning: only initialized variables can be placed into program memory area" +# to suppress "warning: only initialized variables can be placed into program memory area" CXXFLAGS += -w CXXFLAGS += -Wall CXXFLAGS += -Wundef |