From 9edc2554127e45f7d7606a9cbea43502dca18e0a Mon Sep 17 00:00:00 2001 From: Gale Faraday Date: Wed, 11 Dec 2024 05:30:33 -0600 Subject: [PATCH] style: caps in comment fix --- code/boot/src/boot.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/boot/src/boot.s b/code/boot/src/boot.s index c53a826..6c563b0 100644 --- a/code/boot/src/boot.s +++ b/code/boot/src/boot.s @@ -65,7 +65,7 @@ OUTSTR bne 1B stb UART_BUFR ; Actually do our write bra OUTSTR ; Reset for the next char -2 ; Jump point for End of routine +2 ; Jump point for end of routine rts ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;