From c4b20a0ebbde1348e1e085e2ea3be35345d92b7c Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 14 Sep 2018 23:10:16 +0200 Subject: tuining userspace and files --- userspace/snake2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userspace/snake2.h') 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) -- cgit v1.2.3