summaryrefslogtreecommitdiffhomepage
path: root/C++Kit/StdKit/String.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-03 23:40:16 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-03 23:40:16 +0100
commitb03f3d83efcbc012c4153da14eaf158bb50031d2 (patch)
treedc004f8d0ef866c77fff7aa4ec271363b5417f9d /C++Kit/StdKit/String.hpp
parent05c51485d56b14f7cd3c05afebd920157d7a0b8b (diff)
tools: incremental changes, support for a C compiler will soon be here.
alongside the 32x0. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'C++Kit/StdKit/String.hpp')
-rw-r--r--C++Kit/StdKit/String.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/C++Kit/StdKit/String.hpp b/C++Kit/StdKit/String.hpp
index a3b1f5f..4addea8 100644
--- a/C++Kit/StdKit/String.hpp
+++ b/C++Kit/StdKit/String.hpp
@@ -1,7 +1,7 @@
/*
* ========================================================
*
- * NewOS
+ * CxxKit
* Copyright Western Company, all rights reserved.
*
* ========================================================
@@ -69,4 +69,4 @@ namespace CxxKit
static bool Equals(const char *lhs, const char *rhs);
};
-} // namespace NewOS
+} // namespace CxxKit