Comment.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 2 Dec 2004 06:51:42 +0000 (06:51 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 2 Dec 2004 06:51:42 +0000 (06:51 +0000)
src/filesys/filesys.c

index e16c4879e24c7f471f650b5346914387487f6e30..440fc57eeada117c19007e480f69f25848ddad61 100644 (file)
@@ -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;