Source-Changes-HG archive

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

[src/trunk]: src Fix some typos.



details:   https://anonhg.NetBSD.org/src/rev/8794e0b0457a
branches:  trunk
changeset: 768431:8794e0b0457a
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Tue Aug 16 14:29:16 2011 +0000

description:
Fix some typos.

diffstat:

 sys/arch/hpcmips/dev/ucbtp.c       |  6 +++---
 sys/fs/udf/udf_subr.c              |  6 +++---
 usr.sbin/rpc.pcnfsd/pcnfsd_print.c |  4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r f4573963a455 -r 8794e0b0457a sys/arch/hpcmips/dev/ucbtp.c
--- a/sys/arch/hpcmips/dev/ucbtp.c      Tue Aug 16 14:08:35 2011 +0000
+++ b/sys/arch/hpcmips/dev/ucbtp.c      Tue Aug 16 14:29:16 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ucbtp.c,v 1.19 2009/03/18 10:22:29 cegger Exp $ */
+/*     $NetBSD: ucbtp.c,v 1.20 2011/08/16 14:29:16 mbalmer Exp $ */
 
 /*-
  * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ucbtp.c,v 1.19 2009/03/18 10:22:29 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ucbtp.c,v 1.20 2011/08/16 14:29:16 mbalmer Exp $");
 
 #include "opt_use_poll.h"
 
@@ -453,7 +453,7 @@
                        break;
                case UCBADC_MEASUREMENT_PRESSURE:
                        sc->sm_measurement = UCBADC_MEASUREMENT_X;
-                       /* measument complete. pass down to wsmouse_input */
+                       /* measurement complete. pass down to wsmouse_input */
                        sc->sm_state = UCBADC_ADC_INPUT;
                        break;
                }
diff -r f4573963a455 -r 8794e0b0457a sys/fs/udf/udf_subr.c
--- a/sys/fs/udf/udf_subr.c     Tue Aug 16 14:08:35 2011 +0000
+++ b/sys/fs/udf/udf_subr.c     Tue Aug 16 14:29:16 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_subr.c,v 1.115 2011/06/12 03:35:55 rmind Exp $ */
+/* $NetBSD: udf_subr.c,v 1.116 2011/08/16 14:29:16 mbalmer Exp $ */
 
 /*
  * Copyright (c) 2006, 2008 Reinoud Zandijk
@@ -29,7 +29,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: udf_subr.c,v 1.115 2011/06/12 03:35:55 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udf_subr.c,v 1.116 2011/08/16 14:29:16 mbalmer Exp $");
 #endif /* not lint */
 
 
@@ -6167,7 +6167,7 @@
        }
 
        /* update birthtime if specified */
-       /* XXX we asume here that given birthtime is older than mod */
+       /* XXX we assume here that given birthtime is older than mod */
        if (birth && (birth->tv_sec != VNOVAL)) {
                udf_timespec_to_timestamp(birth, ctime);
        }
diff -r f4573963a455 -r 8794e0b0457a usr.sbin/rpc.pcnfsd/pcnfsd_print.c
--- a/usr.sbin/rpc.pcnfsd/pcnfsd_print.c        Tue Aug 16 14:08:35 2011 +0000
+++ b/usr.sbin/rpc.pcnfsd/pcnfsd_print.c        Tue Aug 16 14:29:16 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcnfsd_print.c,v 1.11 2011/01/04 10:05:55 wiz Exp $    */
+/*     $NetBSD: pcnfsd_print.c,v 1.12 2011/08/16 14:29:16 mbalmer Exp $        */
 
 /* RE_SID: @(%)/usr/dosnfs/shades_SCCS/unix/pcnfsd/v2/src/SCCS/s.pcnfsd_print.c 1.7 92/01/24 19:58:58 SMI */
 /*
@@ -356,7 +356,7 @@
                msg_out("rpc.pcnfsd: su_popen failed");
                return (PS_RES_FAIL);
        }
-       req_id[0] = '\0';       /* asume failure */
+       req_id[0] = '\0';       /* assume failure */
        while (fgets(resbuf, 255, fd) != NULL) {
                i = strlen(resbuf);
                if (i)



Home | Main Index | Thread Index | Old Index