fix typos
authorCesar_Strauss <Cesar_Strauss@web>
Sun, 25 Aug 2024 18:42:08 +0000 (19:42 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 25 Aug 2024 18:42:08 +0000 (19:42 +0100)
crypto_router_asic.mdwn

index 115292ea4e963ffabc8126d034bb323df41276e5..269b7483a3f25dbdcd408744bd74b715d6a3dc97 100644 (file)
@@ -113,8 +113,8 @@ Further reading:
 **6) Binutils support for assembling the above instructions**
 
 Currently, our reference Python assembler needs to be used to translate assembly
-files containing the new instructions. However. many (not all) instructions were
-added to the Binutil assembler (gas) as well. See:
+files containing the new instructions. However, many (not all) instructions were
+added to the Binutils assembler (gas) as well. See:
 [code](https://git.libre-soc.org/?p=binutils-gdb.git;a=shortlog;h=refs/heads/svp64). To install, run the
 `./binutils-gdb-install` script from the
 [developer scripts](/HDL_workflow/devscripts).