symm/*-arm*.S: Fix some section titles.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 2 Dec 2021 21:51:02 +0000 (21:51 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 1 May 2022 17:54:54 +0000 (18:54 +0100)
I'm sure I've fixed this one before.

symm/chacha-arm-neon.S
symm/chacha-arm64.S
symm/salsa20-arm-neon.S
symm/salsa20-arm64.S

index a900db7..2160def 100644 (file)
@@ -36,7 +36,7 @@
        .text
 
 ///--------------------------------------------------------------------------
-/// Main.code.
+/// Main code.
 
 FUNC(chacha_core_arm_neon)
 
index 61ac51a..9fe39c9 100644 (file)
@@ -35,7 +35,7 @@
        .text
 
 ///--------------------------------------------------------------------------
-/// Main.code.
+/// Main code.
 
 FUNC(chacha_core_arm64)
 
index 3b6beb0..9725e8a 100644 (file)
@@ -36,7 +36,7 @@
        .text
 
 ///--------------------------------------------------------------------------
-/// Main.code.
+/// Main code.
 
 FUNC(salsa20_core_arm_neon)
 
index 864c63c..a71e53b 100644 (file)
@@ -35,7 +35,7 @@
        .text
 
 ///--------------------------------------------------------------------------
-/// Main.code.
+/// Main code.
 
 FUNC(salsa20_core_arm64)