summaryrefslogtreecommitdiffhomepage
path: root/Comm
diff options
context:
space:
mode:
Diffstat (limited to 'Comm')
-rw-r--r--Comm/compile_flags.txt3
-rw-r--r--Comm/newstd.hxx2
2 files changed, 3 insertions, 2 deletions
diff --git a/Comm/compile_flags.txt b/Comm/compile_flags.txt
index e1f07ac3..509e3eed 100644
--- a/Comm/compile_flags.txt
+++ b/Comm/compile_flags.txt
@@ -1,3 +1,4 @@
-I./
--I../Kerne;
+-I../Kernel
+-I../
-std=c++20
diff --git a/Comm/newstd.hxx b/Comm/newstd.hxx
index 2ec50df6..70abe793 100644
--- a/Comm/newstd.hxx
+++ b/Comm/newstd.hxx
@@ -45,7 +45,7 @@ typedef char UTFChar;
typedef UInt32 MBCIType;
/**
- @brief Application class.
+ @brief System call class.
*/
class NSyscall
{