summaryrefslogtreecommitdiff
path: root/libavcodec/resample.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-07-17 12:57:50 +0000
committerDiego Biurrun <diego@biurrun.de>2007-07-17 12:57:50 +0000
commitf1ea5c2a967125bfd5250e1062f949f5edce75c2 (patch)
treef2635ed9d64ea95f8b01097c8940b8d724bf0f6d /libavcodec/resample.c
parent04d2e45f3f9a8eebde9a0aef3a3e4baeed59e9a3 (diff)
typo fixes
Originally committed as revision 9719 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/resample.c')
-rw-r--r--libavcodec/resample.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/resample.c b/libavcodec/resample.c
index ea5c6d61c8..f4d6a0aae7 100644
--- a/libavcodec/resample.c
+++ b/libavcodec/resample.c
@@ -1,5 +1,5 @@
/*
- * Sample rate convertion for both audio and video
+ * samplerate conversion for both audio and video
* Copyright (c) 2000 Fabrice Bellard.
*
* This file is part of FFmpeg.
@@ -21,7 +21,7 @@
/**
* @file resample.c
- * Sample rate convertion for both audio and video.
+ * samplerate conversion for both audio and video
*/
#include "avcodec.h"