From a3214ecaf2e2aeb3ceada02f74df1f49b34be3b6 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 11 Jun 2022 22:55:07 -0500 Subject: [PATCH] Cleanup: Incorrect comments in iki headers. --- level_0/f_iki/c/iki/data.h | 6 +++--- level_0/f_iki/c/iki/private-data.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 * -- 1.8.3.1