1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Fix a typo in a comment.

This commit is contained in:
Kenneth D. Merry 1998-11-12 17:47:24 +00:00
parent 58371a7e38
commit b611e1e3fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41112

View File

@ -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;