summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorYojiro Uo <yuo@cvs.openbsd.org>2008-12-04 07:22:11 +0000
committerYojiro Uo <yuo@cvs.openbsd.org>2008-12-04 07:22:11 +0000
commit7f872905b6e3d9b767891146bd993abf9b74918e (patch)
tree5345253438c3553b8928b6de7b89e5d085ee1bd7 /sys
parent9b0862b2c193b1cd804c215bfbc031c24a143a2f (diff)
fix typo in the dwFrameInterval comment
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/uvideo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uvideo.c b/sys/dev/usb/uvideo.c
index ec46bc3559d..ee2b30ee0b4 100644
--- a/sys/dev/usb/uvideo.c
+++ b/sys/dev/usb/uvideo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvideo.c,v 1.98 2008/12/03 08:32:18 mglocker Exp $ */
+/* $OpenBSD: uvideo.c,v 1.99 2008/12/04 07:22:10 yuo Exp $ */
/*
* Copyright (c) 2008 Robert Nagy <robert@openbsd.org>
@@ -1182,7 +1182,7 @@ uvideo_vs_negotiation(struct uvideo_softc *sc, int commit)
USETW(pc->bmHint, 0x1);
pc->bFormatIndex = sc->sc_fmtgrp_cur->format->bFormatIndex;
pc->bFrameIndex = sc->sc_fmtgrp_cur->format_dfidx;
- /* dwFrameInterval: 30fps=333333, 15fps=666666, 10fps=100000 */
+ /* dwFrameInterval: 30fps=333333, 15fps=666666, 10fps=1000000 */
USETDW(pc->dwFrameInterval,
UGETDW(sc->sc_fmtgrp_cur->frame_cur->dwDefaultFrameInterval));
USETDW(pc->dwMaxVideoFrameSize, 0);