From 3eb75116fef96597c6bfac0e4ae2d1ab0445acff Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 23 Jun 2023 22:14:46 -0500 Subject: [PATCH] Cleanup: Fix mistakes in documentation comments. These are back ported clean ups discovered while developing on the 0.7.x version. --- level_0/f_memory/c/memory/common.h | 2 +- level_0/f_signal/tests/unit/c/mock-signal.h | 2 +- level_0/f_signal/tests/unit/c/test-signal.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 * -- 1.8.3.1