diff options
author | gad <gad@FreeBSD.org> | 2002-06-13 02:32:42 +0000 |
---|---|---|
committer | gad <gad@FreeBSD.org> | 2002-06-13 02:32:42 +0000 |
commit | bac883a7e5c0f0df68d2ed3d31051701b8f6e273 (patch) | |
tree | 866c15c96952db6633e5147c8bbeeb435d0f0dcd /usr.sbin/lpr/common_source | |
parent | 1c055fbea9cfb02ca0226882de37e40e7f2039af (diff) | |
download | FreeBSD-src-bac883a7e5c0f0df68d2ed3d31051701b8f6e273.zip FreeBSD-src-bac883a7e5c0f0df68d2ed3d31051701b8f6e273.tar.gz |
Fix a typo in a comment from the previous commit. I had a bullet-character
instead of an asterisk.
Noticed by: keramida
MFC after: 10 days
Diffstat (limited to 'usr.sbin/lpr/common_source')
-rw-r--r-- | usr.sbin/lpr/common_source/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/common_source/common.c b/usr.sbin/lpr/common_source/common.c index d04e8f2..13772c6 100644 --- a/usr.sbin/lpr/common_source/common.c +++ b/usr.sbin/lpr/common_source/common.c @@ -255,7 +255,7 @@ status_file_name(const struct printer *pp, char *buf, size_t len) /* * Routine to change operational state of a print queue. The operational - ¥Êstate is indicated by the access bits on the lock file for the queue. + *Êstate is indicated by the access bits on the lock file for the queue. * At present, this is only called from various routines in lpc/cmds.c. * * XXX - Note that this works by changing access-bits on the |