]> Devi Nivas Git - cs3210-lab1.git/commitdiff
fd.c -> file.c
authorrsc <rsc>
Wed, 6 Sep 2006 19:47:07 +0000 (19:47 +0000)
committerrsc <rsc>
Wed, 6 Sep 2006 19:47:07 +0000 (19:47 +0000)
defs.h

diff --git a/defs.h b/defs.h
index e05782d38b9ab9745692f78f688bd6d8f63279eb..85f008507d90470c9bbdd724dfcc3bb201160421 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -90,7 +90,7 @@ void pipe_close(struct pipe*, int);
 int pipe_write(struct pipe*, char*, int);
 int pipe_read(struct pipe*, char*, int);
 
-// fd.c
+// file.c
 struct stat;
 void fileinit(void);
 int fdalloc(void);