diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2018-01-26 23:36:01 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2018-01-26 23:36:01 +0000 |
| commit | 718080fdccf15fe076851cd7bc84a044fb289d42 (patch) | |
| tree | 30ca47ddb9bf77d5faed7048d7f8b00f1473a05d /sys/dev | |
| parent | f5da4147b2d4e82a54ac20f7c3767ca76872b94d (diff) | |
Fix typo in previous. mea culpa, mea culpa, mea maxima culpa
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pad/pad.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <jmcneill@invisible.ca> @@ -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 @@ 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) { |
