summaryrefslogtreecommitdiffhomepage
path: root/dev/SCIKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/SCIKit')
-rw-r--r--dev/SCIKit/SysCalls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/SCIKit/SysCalls.h b/dev/SCIKit/SysCalls.h
index 563c8d69..643045ac 100644
--- a/dev/SCIKit/SysCalls.h
+++ b/dev/SCIKit/SysCalls.h
@@ -11,7 +11,7 @@ Purpose: SCIKit Macros header.
#include <SCIKit/Macros.h>
-/// @brief Here we define filesystem calls.
+/// @brief In this file we define filesystem calls.
SYSCALL_DECL(FCloseFile, const SCIObject handle);
SYSCALL_DECL(FOpenFile, const Char* name, const Char* rest);