Consistently spell "file name" and "file system" as two words.
[pintos-anon] / src / userprog / process.h
index 228c3242e47a36a6774a5aa14515dde8a3db93c5..688cd2a37fd2c1bd7fdcb417f834026a25fa4945 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "threads/thread.h"
 
-tid_t process_execute (const char *filename);
+tid_t process_execute (const char *file_name);
 int process_wait (tid_t);
 void process_exit (void);
 void process_activate (void);