Consistently spell "file name" and "file system" as two words.
[pintos-anon] / src / Makefile.build
index cf0f9b6f152891323df145b820dfc9bfc414e544..8fa804b0cb669d318e4ad82cbbc095061ef1e707 100644 (file)
@@ -53,7 +53,7 @@ userprog_SRC += userprog/gdt.c                # GDT initialization.
 userprog_SRC += userprog/tss.c         # TSS management.
 
 # No virtual memory code yet.
-#vm_SRC = vm/filename.c                        # Some file.
+#vm_SRC = vm/file.c                    # Some file.
 
 # Filesystem code.
 filesys_SRC  = filesys/filesys.c       # Filesystem core.