Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/shmif_dumpbus fix tyop in error message



details:   https://anonhg.NetBSD.org/src/rev/f9cba8ed2d10
branches:  trunk
changeset: 331667:f9cba8ed2d10
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Aug 18 14:21:44 2014 +0000

description:
fix tyop in error message

diffstat:

 usr.bin/shmif_dumpbus/shmif_dumpbus.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 216fb598bf19 -r f9cba8ed2d10 usr.bin/shmif_dumpbus/shmif_dumpbus.c
--- a/usr.bin/shmif_dumpbus/shmif_dumpbus.c     Mon Aug 18 14:21:18 2014 +0000
+++ b/usr.bin/shmif_dumpbus/shmif_dumpbus.c     Mon Aug 18 14:21:44 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: shmif_dumpbus.c,v 1.12 2014/08/18 14:21:18 pooka Exp $ */
+/*     $NetBSD: shmif_dumpbus.c,v 1.13 2014/08/18 14:21:44 pooka Exp $ */
 
 /*-
  * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
@@ -33,7 +33,7 @@
 #include <rump/rumpuser_port.h>
 
 #ifndef lint
-__RCSID("$NetBSD: shmif_dumpbus.c,v 1.12 2014/08/18 14:21:18 pooka Exp $");
+__RCSID("$NetBSD: shmif_dumpbus.c,v 1.13 2014/08/18 14:21:44 pooka Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>
@@ -164,7 +164,7 @@
                doswap = true;
        }
        if (SWAPME(bmem->shm_version) != SHMIF_VERSION)
-               errx(1, "bus vesrsion %d, program %d",
+               errx(1, "bus version %d, program %d",
                    SWAPME(bmem->shm_version), SHMIF_VERSION);
 
        if (pcapfile && strcmp(pcapfile, "-") == 0)



Home | Main Index | Thread Index | Old Index