[mips/en] Fix uncommented comment line (#4223)

This commit is contained in:
Flopsey 2021-08-26 16:48:24 +02:00 committed by GitHub
parent 99ddf8fec6
commit 1524547b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,7 +242,7 @@ gateways and routers.
## FUNCTIONS ##
_functions:
# Functions are callable procedures that can accept arguments and return
values all denoted with labels, like above
# values all denoted with labels, like above
main: # Programs begin with main func
jal return_1 # jal will store the current PC in $ra