Comment change for params from static to XNN_MIN_ELEMENTS
and xnn_f16_output_params to xnn_f16_scaleminmax_params

PiperOrigin-RevId: 306764046
diff --git a/src/f16-gemm/6x8-aarch64-neonfp16arith-ld64.S.in b/src/f16-gemm/6x8-aarch64-neonfp16arith-ld64.S.in
index e3ae634..3c1f765 100644
--- a/src/f16-gemm/6x8-aarch64-neonfp16arith-ld64.S.in
+++ b/src/f16-gemm/6x8-aarch64-neonfp16arith-ld64.S.in
@@ -17,9 +17,9 @@
 #     size_t cn_stride,         [sp] -> x14
 $if INC:
   #     const float*restrict acc,  [sp + 8] -> x15
-  #     const union xnn_f16_output_params params[restrict static 1])  [sp + 16] -> x8
+  #     const union xnn_f16_scaleminmax_params params[restrict XNN_MIN_ELEMENTS(1)])  [sp + 16] -> x8
 $else:
-  #     const union xnn_f16_output_params params[restrict static 1])  [sp + 8] -> x8
+  #     const union xnn_f16_scaleminmax_params params[restrict XNN_MIN_ELEMENTS(1)])  [sp + 8] -> x8
 
 # d8-d15 need to be preserved if used.
 # x19-30 need to be preserved if used.