diff options
author | Lou Logan | 2012-07-05 15:38:53 -0800 |
---|---|---|
committer | Michael Niedermayer | 2012-07-06 17:08:22 +0200 |
commit | b22ecbc6a57cb721960783af3168c1a9332ea3db (patch) | |
tree | 7e1f32b4e9bd667cadcf65d8c4341efe8b24debb /libavdevice | |
parent | 60270eb482ed43b370bb2a9c5350cc3d54e61a0f (diff) |
cosmetics: various spelling fixes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 3d6033a538..b76d633ef6 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 |