From 3a24bddef0c07f95347851f1efc6443fab4aeed6 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 30 Nov 2020 20:29:34 -0600 Subject: [PATCH] Cleanup: f_account should use "account" and not "pipe". This is likely a copy and paste mistake where I forgot to fully update the comments. --- level_0/f_account/c/account-common.h | 6 +++--- level_0/f_account/c/account.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/level_0/f_account/c/account-common.h b/level_0/f_account/c/account-common.h index 73d1f7d..625e1c1 100644 --- a/level_0/f_account/c/account-common.h +++ b/level_0/f_account/c/account-common.h @@ -1,13 +1,13 @@ /** * FLL - Level 0 * - * Project: Pipe + * Project: Account * API Version: 0.5 * Licenses: lgplv2.1 * - * Defines common data to be used for/by pipe console. + * Defines common data to be used for/by account related functionality. * - * This is auto-included by pipe.h and should not need to be explicitly included. + * This is auto-included by account.h and should not need to be explicitly included. */ #ifndef _F_account_common_h #define _F_account_common_h diff --git a/level_0/f_account/c/account.h b/level_0/f_account/c/account.h index 2a64c8b..7f8ba68 100644 --- a/level_0/f_account/c/account.h +++ b/level_0/f_account/c/account.h @@ -1,7 +1,7 @@ /** * FLL - Level 0 * - * Project: Pipe + * Project: Account * API Version: 0.5 * Licenses: lgplv2.1 * -- 1.8.3.1