diff options
author | Diego Biurrun | 2012-12-19 18:48:21 +0100 |
---|---|---|
committer | Diego Biurrun | 2012-12-21 00:18:34 +0100 |
commit | 511cf612ac979f536fd65e14603a87ca5ad435f3 (patch) | |
tree | 44bef1bf9a062368bf4ab89485279549af8bda90 /libavdevice | |
parent | 6906b19346ae8a330bfaa1c16ce535be10789723 (diff) |
miscellaneous typo fixes
Diffstat (limited to 'libavdevice')
-rw-r--r-- | libavdevice/dv1394.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/dv1394.h b/libavdevice/dv1394.h index fc4df24032..9710ff56ea 100644 --- a/libavdevice/dv1394.h +++ b/libavdevice/dv1394.h @@ -186,7 +186,7 @@ where copy_DV_frame() reads or writes on the dv1394 file descriptor (read/write mode) or copies data to/from the mmap ringbuffer and then calls ioctl(DV1394_SUBMIT_FRAMES) to notify dv1394 that new - frames are availble (mmap mode). + frames are available (mmap mode). reset_dv1394() is called in the event of a buffer underflow/overflow or a halt in the DV stream (e.g. due to a 1394 |