Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/fs/tmpfs Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/e5a1d4edf6a9
branches:  trunk
changeset: 339233:e5a1d4edf6a9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jul 06 10:24:59 2015 +0000

description:
Fix typo in comment.

diffstat:

 sys/fs/tmpfs/tmpfs_rename.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 53f293d20b22 -r e5a1d4edf6a9 sys/fs/tmpfs/tmpfs_rename.c
--- a/sys/fs/tmpfs/tmpfs_rename.c       Mon Jul 06 10:07:12 2015 +0000
+++ b/sys/fs/tmpfs/tmpfs_rename.c       Mon Jul 06 10:24:59 2015 +0000
@@ -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 @@
 
        /*
         * 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;



Home | Main Index | Thread Index | Old Index