Index: trunk/psLib/src/sys/psError.h
===================================================================
--- trunk/psLib/src/sys/psError.h	(revision 4190)
+++ trunk/psLib/src/sys/psError.h	(revision 4315)
@@ -12,6 +12,6 @@
  *  @author Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-09 19:26:48 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-18 02:30:50 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -86,5 +86,5 @@
 void psErrorStackPrint(
     FILE* fd,                          ///< destination file descriptor
-    const char* fmt,                   ///< printf-style format of header line
+    const char* format,                   ///< printf-style format of header line
     ...                                ///< any parameters required in fmt
 );
@@ -101,5 +101,5 @@
 void psErrorStackPrintV(
     FILE* fd,                          ///< destination file descriptor
-    const char* fmt,                   ///< printf-style format of header line
+    const char* format,                   ///< printf-style format of header line
     va_list va                         ///< any parameters required in fmt
 );
