From 93a1d059d2f467e4d04268ee65b227c9cfe1ea6c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 22 Oct 2004 16:30:53 +0000 Subject: [PATCH] Comments. --- src/filesys/filesys.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/filesys/filesys.c b/src/filesys/filesys.c index 05df4ce..e16c487 100644 --- a/src/filesys/filesys.c +++ b/src/filesys/filesys.c @@ -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 * -- 2.30.2