Comments.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 22 Oct 2004 16:30:53 +0000 (16:30 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 22 Oct 2004 16:30:53 +0000 (16:30 +0000)
src/filesys/filesys.c

index 05df4cef911ce96547c4b9377b8338095b810de7..e16c4879e24c7f471f650b5346914387487f6e30 100644 (file)
@@ -197,7 +197,8 @@ filesys_create (const char *name, off_t initial_size)
 
 /* Opens a file named NAME and initializes FILE for usage with
    the file_*() functions declared in file.h.
-   Returns true if successful, false on failure.
+   Returns the new file if successful or a null pointer
+   otherwise.
    Fails if no file named NAME exists,
    or if an internal memory allocation fails. */
 struct file *