diff pca.h @ 633:8c48a1b999a3 libavutil

spelling/grammar/consistency review part I
author diego
date Wed, 28 Jan 2009 00:16:05 +0000
parents bd4052d9050c
children 70bdd5501662
line wrap: on
line diff
--- a/pca.h	Tue Jan 27 00:46:18 2009 +0000
+++ b/pca.h	Wed Jan 28 00:16:05 2009 +0000
@@ -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