From 2eb8004c2a80cc953f9ccd47ff15e81c2eb03ece Mon Sep 17 00:00:00 2001 From: a2-stratford <alexander3.stratford@live.uwe.ac.uk> Date: Tue, 3 Dec 2019 22:33:10 +0000 Subject: [PATCH] Update exit.c --- examples/exit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/exit.c b/examples/exit.c index 2a45b77..960fe22 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> -- GitLab