summaryrefslogtreecommitdiffhomepage
path: root/mips.html.markdown
diff options
context:
space:
mode:
authorSimon Butler <simon@facetus.org.uk>2020-05-08 09:29:38 +0200
committerGitHub <noreply@github.com>2020-05-08 09:29:38 +0200
commit729d131a91810547b0478d0fd338937b010ae005 (patch)
treee24c8ec31f5961484ae21c57569f0b189daa2e5d /mips.html.markdown
parentf21a011eb4923c59343ec8f8dc1ab3166e9de6ba (diff)
minor fix for uncommented comment line
Diffstat (limited to 'mips.html.markdown')
-rw-r--r--mips.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/mips.html.markdown b/mips.html.markdown
index 7f759bec..33d4f87c 100644
--- a/mips.html.markdown
+++ b/mips.html.markdown
@@ -209,7 +209,7 @@ gateways and routers.
## LOOPS ##
_loops:
# The basic structure of loops is having an exit condition and a jump
- instruction to continue its execution
+ # instruction to continue its execution
li $t0, 0
while:
bgt $t0, 10, end_while # While $t0 is less than 10,