diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-01-28 00:16:05 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-01-28 00:16:05 +0000 |
commit | 89c9ff504b29d03cf266aa3598ccb8d2cf1ddd13 (patch) | |
tree | 340147cb9f4382a838ae971bf991c2f42482077c /libavutil/pca.h | |
parent | d972e56cf21e9fa12922704da276d26111b5dbc1 (diff) | |
download | ffmpeg-89c9ff504b29d03cf266aa3598ccb8d2cf1ddd13.tar.gz |
spelling/grammar/consistency review part I
Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/pca.h')
-rw-r--r-- | libavutil/pca.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/pca.h b/libavutil/pca.h index 651e902780..0c050d3afc 100644 --- a/libavutil/pca.h +++ b/libavutil/pca.h @@ -1,5 +1,5 @@ /* - * Principal component analysis + * principal component analysis (PCA) * Copyright (c) 2004 Michael Niedermayer <michaelni@gmx.at> * * This file is part of FFmpeg. @@ -21,7 +21,7 @@ /** * @file pca.h - * Principal component analysis + * principal component analysis (PCA) */ #ifndef AVUTIL_PCA_H |