fixes
authorMiklos Szeredi <miklos@szeredi.hu>
Wed, 29 May 2002 07:06:09 +0000 (07:06 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Wed, 29 May 2002 07:06:09 +0000 (07:06 +0000)
include/fuse.h
kernel/util.c

index b9e7962fd22e7cfe738e786a8caecb0e049ad280..27b08de3778205c70001ee8d43b3b44771ce5980 100644 (file)
@@ -129,7 +129,6 @@ struct fuse *fuse_new(int fd, int flags, const struct fuse_operations *op);
  * operations are called. 
  *
  * @param f the FUSE handle
- * @prarm op the file system operations
  */
 void fuse_loop(struct fuse *f);
 
@@ -188,7 +187,7 @@ struct fuse_context *fuse_get_context(struct fuse *f);
  *
  * @param argc the argument counter passed to the main() function
  * @param argv the argument vector passed to the main() function
- * @prarm op the file system operation 
+ * @param op the file system operation 
  */
 void fuse_main(int argc, char *argv[], const struct fuse_operations *op);
 
index e2679a01b9234b30e1cf825d2046b1ab8021daf2..ecf23ceb4abd587072bb63e5dfe82edc2ff23ebb 100644 (file)
@@ -61,4 +61,5 @@ void cleanup_module(void)
  * Local Variables:
  * indent-tabs-mode: t
  * c-basic-offset: 8
+ * End:
  */