Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pad Fix typo in previous. mea culpa, mea culpa, mea...



details:   https://anonhg.NetBSD.org/src/rev/9737588e86d9
branches:  trunk
changeset: 829351:9737588e86d9
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Jan 26 23:36:01 2018 +0000

description:
Fix typo in previous.  mea culpa, mea culpa, mea maxima culpa

diffstat:

 sys/dev/pad/pad.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 714cc9dfb702 -r 9737588e86d9 sys/dev/pad/pad.c
--- a/sys/dev/pad/pad.c Fri Jan 26 23:01:44 2018 +0000
+++ b/sys/dev/pad/pad.c Fri Jan 26 23:36:01 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pad.c,v 1.51 2018/01/26 22:48:22 pgoyette Exp $ */
+/* $NetBSD: pad.c,v 1.52 2018/01/26 23:36:01 pgoyette Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pad.c,v 1.51 2018/01/26 22:48:22 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pad.c,v 1.52 2018/01/26 23:36:01 pgoyette Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -308,7 +308,7 @@
        cfdata_t cf;
        int error, fd, i;
 
-       erorr = 0;
+       error = 0;
 
        mutex_enter(&padconfig);
        if (PADUNIT(dev) == PADCLONER) {



Home | Main Index | Thread Index | Old Index