From 266af20777676b10cc752e94ba2b4b4b2bffcbfa Mon Sep 17 00:00:00 2001
From: Joshua Saxby <joshua.a.saxby@gmail.com>
Date: Tue, 3 Dec 2019 17:44:09 +0000
Subject: [PATCH] Correct file banner typo

---
 userprog/syscall_create.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/userprog/syscall_create.c b/userprog/syscall_create.c
index 12b4962..dc631c0 100644
--- a/userprog/syscall_create.c
+++ b/userprog/syscall_create.c
@@ -1,5 +1,5 @@
 /*
- * The Write System Call
+ * The Create System Call
  *
  * Authored by Joshua Saxby
  */
-- 
GitLab