From 9fee0603b13309fce63aea2360e7ba898608b322 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Thu, 24 Sep 2020 16:43:13 +0200 Subject: [PATCH] Fix typo in object file format doc Thanks @ax6! --- src/rgbds.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgbds.5 b/src/rgbds.5 index d98f99c3..70de8e94 100644 --- a/src/rgbds.5 +++ b/src/rgbds.5 @@ -83,7 +83,7 @@ REPT NumberOfSections ; 6 = SRAM ; 7 = OAM ; Bits 7 and 6 are independent from the above value: - ; Bit 7 iencodes whether the section is unionized + ; Bit 7 encodes whether the section is unionized ; Bit 6 encodes whether the section is a fragment ; Bits 6 and 7 may not be both set at the same time!