diff options
author | 2016-01-27 21:58:23 +0000 | |
---|---|---|
committer | 2016-01-27 21:58:23 +0000 | |
commit | 4b6d69630f7370d053113e4b6ff1feeb0d67f41a (patch) | |
tree | 6ca5cac7e41a5d978c820fb25e6a50de85a176a6 | |
parent | Don't attempt to kill() the constraint in the wrong process. The (diff) | |
download | wireguard-openbsd-4b6d69630f7370d053113e4b6ff1feeb0d67f41a.tar.xz wireguard-openbsd-4b6d69630f7370d053113e4b6ff1feeb0d67f41a.zip |
Fix typo in comment. From Chris Bennett, thanks!
-rw-r--r-- | usr.sbin/lpr/lpd/lpdchar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/lpr/lpd/lpdchar.c b/usr.sbin/lpr/lpd/lpdchar.c index 7ea79be211d..6f90ce76e3f 100644 --- a/usr.sbin/lpr/lpd/lpdchar.c +++ b/usr.sbin/lpr/lpd/lpdchar.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lpdchar.c,v 1.6 2009/10/27 23:59:52 deraadt Exp $ */ +/* $OpenBSD: lpdchar.c,v 1.7 2016/01/27 21:58:23 tb Exp $ */ /* $NetBSD: lpdchar.c,v 1.5 1997/07/17 05:44:32 mikel Exp $ */ /* @@ -1017,7 +1017,7 @@ const char scnkey[][HEIGHT] = /* this is relatively easy to modify */ c__1____, c__1____, c__1____, - c___11__ }, /* } */ + c___11__ }, /* { */ { c___1___, c___1___, |