symm/ccm.c: Fix the title of the comment for `ccm_check'.
[catacomb] / symm / ccm.c
index d65e049..939335c 100644 (file)
@@ -81,7 +81,7 @@
  * Then H = F || N || Q and C_i = 0^9 || [q - 1]_7 || N || [i]_{8q}.
  */
 
-/* --- @ccm_paramsok@ --- *
+/* --- @ccm_check@ --- *
  *
  * Arguments:  @const ccm_params *p@ = pointer to parameters
  *