]> Kevux Git Server - fll/commitdiff
Cleanup: f_account should use "account" and not "pipe".
authorKevin Day <thekevinday@gmail.com>
Tue, 1 Dec 2020 02:29:34 +0000 (20:29 -0600)
committerKevin Day <thekevinday@gmail.com>
Tue, 1 Dec 2020 02:30:57 +0000 (20:30 -0600)
This is likely a copy and paste mistake where I forgot to fully update the comments.

level_0/f_account/c/account-common.h
level_0/f_account/c/account.h

index 73d1f7db7f325ddde5130edb765aba26893119b5..625e1c13e87942f0ad5c8ecb4881f402c5a16e8f 100644 (file)
@@ -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
index 2a64c8bc5f9306ce470d07dc6571bcb0c3cbc61f..7f8ba684cfd086353902715cdab209e420970d4b 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * FLL - Level 0
  *
- * Project: Pipe
+ * Project: Account
  * API Version: 0.5
  * Licenses: lgplv2.1
  *