diff --git a/examples/exit.c b/examples/exit.c index 2a45b770b0d8a9576c9cb5e8c4cd932edd5418b9..960fe22452edaa8402db7e1df5b8783fa5898f5f 100644 --- a/examples/exit.c +++ b/examples/exit.c @@ -1,8 +1,8 @@ -/* halt.c +/* exit.c Simple program to test whether running a user program works. - Just invokes a system call that shuts down the OS. */ + Invokes the exit syscall to test if it works */ #include <syscall.h>