Index: trunk/psLib/src/astronomy/psMetadataIO.c
===================================================================
--- trunk/psLib/src/astronomy/psMetadataIO.c	(revision 2011)
+++ trunk/psLib/src/astronomy/psMetadataIO.c	(revision 2014)
@@ -9,6 +9,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-07 20:49:57 $
+*  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-08 00:43:12 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -103,5 +103,5 @@
 
 /** Determines if a line is blank (whitespace only) or a commentline. It returns true if so. The input string
- *  must * be null terminated. */
+ *  must be null terminated. */
 bool ignoreLine(char *inString)
 {
@@ -118,6 +118,5 @@
 
 /** Removes leading and trailing whitespace and # characters from a string. The cleaned string is a new null
- *  terminated copy of the original input string.
- */
+ *  terminated copy of the original input string. */
 char *cleanString(char *inString, int sLen)
 {
