From 718080fdccf15fe076851cd7bc84a044fb289d42 Mon Sep 17 00:00:00 2001 From: pgoyette Date: Fri, 26 Jan 2018 23:36:01 +0000 Subject: Fix typo in previous. mea culpa, mea culpa, mea maxima culpa --- sys/dev/pad/pad.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/pad/pad.c b/sys/dev/pad/pad.c index 59d069cfab1..19669c81d23 100644 --- a/sys/dev/pad/pad.c +++ b/sys/dev/pad/pad.c @@ -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 @@ -27,7 +27,7 @@ */ #include -__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 #include @@ -308,7 +308,7 @@ pad_open(dev_t dev, int flags, int fmt, struct lwp *l) cfdata_t cf; int error, fd, i; - erorr = 0; + error = 0; mutex_enter(&padconfig); if (PADUNIT(dev) == PADCLONER) { -- cgit