Merge pull request #3925 from sjbutler/patch-1

[MIPS/en] minor fix for uncommented comment line
This commit is contained in:
Adam Bard 2020-05-19 08:23:24 -07:00 committed by GitHub
commit b7ac44c405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,