Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/puffs/rump_nqmfs fix typo (at least it was in an er...



details:   https://anonhg.NetBSD.org/src/rev/53e33ec4aad0
branches:  trunk
changeset: 753525:53e33ec4aad0
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Mar 31 14:54:07 2010 +0000

description:
fix typo (at least it was in an error string instead of a comment)

diffstat:

 usr.sbin/puffs/rump_nqmfs/rump_nqmfs.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 58c087645d58 -r 53e33ec4aad0 usr.sbin/puffs/rump_nqmfs/rump_nqmfs.c
--- a/usr.sbin/puffs/rump_nqmfs/rump_nqmfs.c    Wed Mar 31 14:49:46 2010 +0000
+++ b/usr.sbin/puffs/rump_nqmfs/rump_nqmfs.c    Wed Mar 31 14:54:07 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump_nqmfs.c,v 1.2 2010/03/31 14:49:02 pooka Exp $     */
+/*     $NetBSD: rump_nqmfs.c,v 1.3 2010/03/31 14:54:07 pooka Exp $     */
 
 /*
  * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
@@ -117,7 +117,7 @@
        membase = mmap(NULL, sb.st_size, PROT_READ | (rdonly ? 0 : PROT_WRITE),
            MAP_FILE | (shared ? MAP_SHARED : MAP_PRIVATE), fd, 0);
        if (membase == MAP_FAILED)
-               err(1, "cannot mmap fpsec");
+               err(1, "cannot mmap fspec");
 
        args.fspec = mntfile;
        args.base = membase;



Home | Main Index | Thread Index | Old Index