Module Name:    src
Committed By:   pooka
Date:           Mon Aug 18 14:21:44 UTC 2014

Modified Files:
        src/usr.bin/shmif_dumpbus: shmif_dumpbus.c

Log Message:
fix tyop in error message


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/shmif_dumpbus/shmif_dumpbus.c

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

Modified files:

Index: src/usr.bin/shmif_dumpbus/shmif_dumpbus.c
diff -u src/usr.bin/shmif_dumpbus/shmif_dumpbus.c:1.12 src/usr.bin/shmif_dumpbus/shmif_dumpbus.c:1.13
--- src/usr.bin/shmif_dumpbus/shmif_dumpbus.c:1.12	Mon Aug 18 14:21:18 2014
+++ src/usr.bin/shmif_dumpbus/shmif_dumpbus.c	Mon Aug 18 14:21:44 2014
@@ -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 @@ main(int argc, char *argv[])
 		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)

Reply via email to