Skip to content

Commit a1464f4

Browse files
committed
Fix codespell false positive
Codespell complains about 'instruct the gsize to generate a "*.siz" file'; fix by renaming to "*.size".
1 parent 9fa0075 commit a1464f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/src/common/Toolchain.defs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
482482
# instruct the exlr to dump verbose information during link procedure
483483
LDFLAGS += -v
484484

485-
# instruct the gsize to generate a "*.siz" file that contains the detailed section size
485+
# instruct the gsize to generate a "*.size" file that contains the detailed section size
486486
LDFLAGS += -gsize
487487

488488
ARCHOPTIMIZATION += -G -dual_debug

0 commit comments

Comments
 (0)