projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aec1d0
)
Comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 2 Dec 2004 06:51:42 +0000
(06:51 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 2 Dec 2004 06:51:42 +0000
(06:51 +0000)
src/filesys/filesys.c
patch
|
blob
|
history
diff --git
a/src/filesys/filesys.c
b/src/filesys/filesys.c
index e16c4879e24c7f471f650b5346914387487f6e30..440fc57eeada117c19007e480f69f25848ddad61 100644
(file)
--- a/
src/filesys/filesys.c
+++ b/
src/filesys/filesys.c
@@
-242,7
+242,7
@@
filesys_remove (const char *name)
if (!dir_lookup (dir, name, &inode_sector))
goto done;
- /* Open the inode and delete it
it
. */
+ /* Open the inode and delete it. */
inode = inode_open (inode_sector);
if (inode == NULL)
goto done;