summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>1998-11-12 17:47:24 +0000
committerken <ken@FreeBSD.org>1998-11-12 17:47:24 +0000
commita9ae5e2586e903015d2f79f35499e7c355389e04 (patch)
tree8d160e3df6a9dcd3ba62037e945f4d45a1799b74 /sbin
parent44fac3553a8a4bed0cb077903c11ceaeac8c8d95 (diff)
downloadFreeBSD-src-a9ae5e2586e903015d2f79f35499e7c355389e04.zip
FreeBSD-src-a9ae5e2586e903015d2f79f35499e7c355389e04.tar.gz
Fix a typo in a comment.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/camcontrol/camcontrol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c
index 3403b39..054027f 100644
--- a/sbin/camcontrol/camcontrol.c
+++ b/sbin/camcontrol/camcontrol.c
@@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: camcontrol.c,v 1.4 1998/10/13 16:23:26 ken Exp $
+ * $Id: camcontrol.c,v 1.5 1998/10/13 22:02:38 ken Exp $
*/
#include <sys/ioctl.h>
@@ -2000,7 +2000,7 @@ main(int argc, char **argv)
}
/*
- * Reset optind to 2, and reset getopt, so these routines cam parse
+ * Reset optind to 2, and reset getopt, so these routines can parse
* the arguments again.
*/
optind = 2;
OpenPOWER on IntegriCloud