Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/puffs/mount_9p Fix vio9p device name in a comment.



details:   https://anonhg.NetBSD.org/src/rev/2ab2e7875c85
branches:  trunk
changeset: 933738:2ab2e7875c85
user:      uwe <uwe%NetBSD.org@localhost>
date:      Fri May 29 23:49:08 2020 +0000

description:
Fix vio9p device name in a comment.

diffstat:

 usr.sbin/puffs/mount_9p/ninepuffs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ac8ed558264b -r 2ab2e7875c85 usr.sbin/puffs/mount_9p/ninepuffs.c
--- a/usr.sbin/puffs/mount_9p/ninepuffs.c       Fri May 29 23:24:39 2020 +0000
+++ b/usr.sbin/puffs/mount_9p/ninepuffs.c       Fri May 29 23:49:08 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ninepuffs.c,v 1.27 2019/10/28 02:59:25 ozaki-r Exp $   */
+/*     $NetBSD: ninepuffs.c,v 1.28 2020/05/29 23:49:08 uwe Exp $       */
 
 /*
  * Copyright (c) 2007  Antti Kantee.  All Rights Reserved.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ninepuffs.c,v 1.27 2019/10/28 02:59:25 ozaki-r Exp $");
+__RCSID("$NetBSD: ninepuffs.c,v 1.28 2020/05/29 23:49:08 uwe Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>
@@ -236,7 +236,7 @@
        if (server == P9P_SERVER_TCP) {
                p9p.servsock = serverconnect(srvhost, port);
        } else {
-               /* path to a viop9fs chardev file, e.g., /dev/viop9fs0 */
+               /* path to a vio9p(4) device, e.g., /dev/vio9p0 */
                p9p.servsock = open_cdev(argv[0]);
        }
 



Home | Main Index | Thread Index | Old Index