summaryrefslogtreecommitdiffhomepage
path: root/dev/libMsg/MsgKit/Server.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 10:05:07 +0100
committerGitHub <noreply@github.com>2025-11-17 10:05:07 +0100
commit062c4bb508bf6ec7334d374fef2e0e10623b2df9 (patch)
tree137a91eb22d1a9207fd4322ced08c3b6388c5eb5 /dev/libMsg/MsgKit/Server.h
parent36269e57831e560df6a0da9c9d02c00671b0163d (diff)
parent791fcd646503f05617f22e6006c115095746da26 (diff)
Merge pull request #69 from nekernel-org/dev
release: NeKernel v0.0.7
Diffstat (limited to 'dev/libMsg/MsgKit/Server.h')
-rw-r--r--dev/libMsg/MsgKit/Server.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/libMsg/MsgKit/Server.h b/dev/libMsg/MsgKit/Server.h
index 5bc9617d..8b1e2ed5 100644
--- a/dev/libMsg/MsgKit/Server.h
+++ b/dev/libMsg/MsgKit/Server.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2025, Amlal El Mahrouss, all rights reserved.
+ Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
------------------------------------------- */
@@ -24,7 +24,7 @@ struct LIBMSG_EXPR final {
CF::CFString* l_key{nullptr};
CF::CFString* l_value{nullptr};
#else
- // if we use C< we won't know about CF, so let's make those private.
+ // if we use C, we won't know about CF, so let's make those private.
VoidPtr l_private_data[2]{nullptr};
#endif