From: Kevin Day Date: Sun, 12 Jun 2022 03:55:07 +0000 (-0500) Subject: Cleanup: Incorrect comments in iki headers. X-Git-Tag: 0.5.10~47 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=a3214ecaf2e2aeb3ceada02f74df1f49b34be3b6;p=fll Cleanup: Incorrect comments in iki headers. --- diff --git a/level_0/f_iki/c/iki/data.h b/level_0/f_iki/c/iki/data.h index 5fd8d56..7bc20a1 100644 --- a/level_0/f_iki/c/iki/data.h +++ b/level_0/f_iki/c/iki/data.h @@ -1,13 +1,13 @@ /** * FLL - Level 0 * - * Project: Type + * Project: IKI * API Version: 0.5 * Licenses: lgpl-2.1-or-later * - * Defines data to be used for/by type (array) related functionality. + * Defines data to be used for/by iki related functionality. * - * This is auto-included by type_array.h and should not need to be explicitly included. + * This is auto-included by iki.h and should not need to be explicitly included. */ #ifndef _F_iki_data_h #define _F_iki_data_h diff --git a/level_0/f_iki/c/iki/private-data.h b/level_0/f_iki/c/iki/private-data.h index bac0cb7..7f23d33 100644 --- a/level_0/f_iki/c/iki/private-data.h +++ b/level_0/f_iki/c/iki/private-data.h @@ -1,7 +1,7 @@ /** * FLL - Level 0 * - * Project: Type + * Project: IKI * API Version: 0.5 * Licenses: lgpl-2.1-or-later *