diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-30 23:02:38 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-30 23:02:38 +0000 |
| commit | 6c5e9bbdf5bb93639ae4899ddef635fe2ecbdd49 (patch) | |
| tree | d5a8ea90ac641a456fff5afceb0a72173a7abe6e /sys/dev/bktr | |
| parent | 09b5920411b857421036b7143f6cf39b5e264961 (diff) | |
Notes
Diffstat (limited to 'sys/dev/bktr')
| -rw-r--r-- | sys/dev/bktr/ioctl_meteor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/bktr/ioctl_meteor.h b/sys/dev/bktr/ioctl_meteor.h index d683b331a9b6..f09e5579e906 100644 --- a/sys/dev/bktr/ioctl_meteor.h +++ b/sys/dev/bktr/ioctl_meteor.h @@ -92,8 +92,8 @@ struct meteor_counts { /* METEORCAPTUR capture options */ #define METEOR_CAP_SINGLE 0x0001 /* capture one frame */ -#define METEOR_CAP_CONTINOUS 0x0002 /* contiuously capture */ -#define METEOR_CAP_STOP_CONT 0x0004 /* stop the continous capture */ +#define METEOR_CAP_CONTINOUS 0x0002 /* continuously capture */ +#define METEOR_CAP_STOP_CONT 0x0004 /* stop the continuous capture */ /* METEORCAPFRM capture commands */ #define METEOR_CAP_N_FRAMES 0x0001 /* capture N frames */ |
