ARM SIMD: Comment tweaks
diff --git a/simd/jsimd_arm64_neon.S b/simd/jsimd_arm64_neon.S
index c13a859..51b07a6 100644
--- a/simd/jsimd_arm64_neon.S
+++ b/simd/jsimd_arm64_neon.S
@@ -1447,7 +1447,7 @@
 
 #if defined(__APPLE__) || defined(__ANDROID__)
 /* TODO: expand this to include other devices that are known not to have a slow
- *       ld3 implementation. */
+ *       st3 implementation. */
 #define ST3_IS_FAST
 #endif
 
diff --git a/simd/jsimd_arm_neon.S b/simd/jsimd_arm_neon.S
index c63e513..aa6d37a 100644
--- a/simd/jsimd_arm_neon.S
+++ b/simd/jsimd_arm_neon.S
@@ -2444,9 +2444,9 @@
 
 /*
  * GLOBAL(JOCTET*)
- * jsimd_chuff_encode_one_block (working_state * state, JOCTET *buffer,
- *                               JCOEFPTR block, int last_dc_val,
- *                               c_derived_tbl *dctbl, c_derived_tbl *actbl)
+ * jsimd_huff_encode_one_block (working_state * state, JOCTET *buffer,
+ *                              JCOEFPTR block, int last_dc_val,
+ *                              c_derived_tbl *dctbl, c_derived_tbl *actbl)
  *
  */