summaryrefslogtreecommitdiff
path: root/userspace/snake2.h
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/snake2.h')
-rw-r--r--userspace/snake2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/snake2.h b/userspace/snake2.h
index 06ca797..d4c47a8 100644
--- a/userspace/snake2.h
+++ b/userspace/snake2.h
@@ -1,6 +1,6 @@
//////////////////////////////////////////////////
-// this syscall will be move to newlib later!
+// this syscall will be moved to newlib later!
#define SYSCALL_CLONE 83
int _clone(void)