From: Kevin Day Date: Sat, 24 Jun 2023 03:14:46 +0000 (-0500) Subject: Cleanup: Fix mistakes in documentation comments. X-Git-Tag: 0.6.6~18 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=3eb75116fef96597c6bfac0e4ae2d1ab0445acff;p=fll Cleanup: Fix mistakes in documentation comments. These are back ported clean ups discovered while developing on the 0.7.x version. --- diff --git a/level_0/f_memory/c/memory/common.h b/level_0/f_memory/c/memory/common.h index 7220413..d0757a3 100644 --- a/level_0/f_memory/c/memory/common.h +++ b/level_0/f_memory/c/memory/common.h @@ -5,7 +5,7 @@ * API Version: 0.6 * Licenses: lgpl-2.1-or-later * - * Defines iki common data. + * Defines memory common data. * * This is auto-included by memory.h and should not need to be explicitly included. */ diff --git a/level_0/f_signal/tests/unit/c/mock-signal.h b/level_0/f_signal/tests/unit/c/mock-signal.h index cd27025..80f4a46 100644 --- a/level_0/f_signal/tests/unit/c/mock-signal.h +++ b/level_0/f_signal/tests/unit/c/mock-signal.h @@ -1,7 +1,7 @@ /** * FLL - Level 0 * - * Project: Account + * Project: Signal * API Version: 0.6 * Licenses: lgpl-2.1-or-later * diff --git a/level_0/f_signal/tests/unit/c/test-signal.h b/level_0/f_signal/tests/unit/c/test-signal.h index b37e83e..0408feb 100644 --- a/level_0/f_signal/tests/unit/c/test-signal.h +++ b/level_0/f_signal/tests/unit/c/test-signal.h @@ -1,7 +1,7 @@ /** * FLL - Level 0 * - * Project: Account + * Project: Signal * API Version: 0.6 * Licenses: lgpl-2.1-or-later *