From 4477dedc4f7a0ca11c1c1f8f31dbd51cbbec10fa Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 31 Mar 2008 17:31:11 +0000 Subject: [PATCH] minor typo fixes Originally committed as revision 12658 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/8svx.c | 2 +- libavformat/avio.h | 2 +- libavformat/iff.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/8svx.c b/libavcodec/8svx.c index f3dbdd0e42..8c1d142022 100644 --- a/libavcodec/8svx.c +++ b/libavcodec/8svx.c @@ -1,5 +1,5 @@ /* - * 8SVX Audio Decoder + * 8SVX audio decoder * Copyright (C) 2008 Jaikrishnan Menon * * This file is part of FFmpeg. diff --git a/libavformat/avio.h b/libavformat/avio.h index 8a49e4ae6a..2d2e26999d 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -269,7 +269,7 @@ int get_buffer(ByteIOContext *s, unsigned char *buf, int size); /** * Reads size bytes from ByteIOContext into buf. - * This reads at most 1 packet. If that's not enough fewer bytes will be + * This reads at most 1 packet. If that is not enough fewer bytes will be * returned. * @returns number of bytes read or AVERROR */ diff --git a/libavformat/iff.c b/libavformat/iff.c index aafd626c02..db46b082c5 100644 --- a/libavformat/iff.c +++ b/libavformat/iff.c @@ -1,5 +1,5 @@ /* - * Iff (.iff) File Demuxer + * IFF (.iff) file demuxer * Copyright (c) 2008 Jaikrishnan Menon * * This file is part of FFmpeg. @@ -21,7 +21,7 @@ /** * @file iff.c - * iff file demuxer + * IFF file demuxer * by Jaikrishnan Menon * for more information on the .iff file format, visit: * http://wiki.multimedia.cx/index.php?title=IFF