aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol
diff options
context:
space:
mode:
authorKenneth D. Merry <ken@FreeBSD.org>1998-11-12 17:47:24 +0000
committerKenneth D. Merry <ken@FreeBSD.org>1998-11-12 17:47:24 +0000
commitb611e1e3fb5a2cef6b2f24da933a71096724b62a (patch)
treedc01cbbf45f18c34267fcb81d1aa8b1d4a12a519 /sbin/camcontrol
parent58371a7e38ce592f5ea39bf8e020c575b9a32ac4 (diff)
downloadsrc-b611e1e3fb5a2cef6b2f24da933a71096724b62a.tar.gz
src-b611e1e3fb5a2cef6b2f24da933a71096724b62a.zip
Fix a typo in a comment.
Notes
Notes: svn path=/head/; revision=41112
Diffstat (limited to 'sbin/camcontrol')
-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 3403b39eea84..054027fe7de3 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;