Module Name:    src
Committed By:   wiz
Date:           Mon Jul  6 10:24:59 UTC 2015

Modified Files:
        src/sys/fs/tmpfs: tmpfs_rename.c

Log Message:
Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/fs/tmpfs/tmpfs_rename.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/fs/tmpfs/tmpfs_rename.c
diff -u src/sys/fs/tmpfs/tmpfs_rename.c:1.7 src/sys/fs/tmpfs/tmpfs_rename.c:1.8
--- src/sys/fs/tmpfs/tmpfs_rename.c:1.7	Mon Jul  6 10:07:12 2015
+++ src/sys/fs/tmpfs/tmpfs_rename.c	Mon Jul  6 10:24:59 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: tmpfs_rename.c,v 1.7 2015/07/06 10:07:12 hannken Exp $	*/
+/*	$NetBSD: tmpfs_rename.c,v 1.8 2015/07/06 10:24:59 wiz Exp $	*/
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tmpfs_rename.c,v 1.7 2015/07/06 10:07:12 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tmpfs_rename.c,v 1.8 2015/07/06 10:24:59 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/errno.h>
@@ -446,7 +446,7 @@ tmpfs_gro_lookup(struct mount *mp, struc
 
 	/*
 	 * XXX Once namei is fixed, we can change the genfs_rename
-	 * protocol so that we have to lock vp her.
+	 * protocol so that we have to lock vp here.
 	 */
 
 	*dep_ret = dirent;

Reply via email to