Index: trunk/psLib/src/sysUtils/psLogMsg.c
===================================================================
--- trunk/psLib/src/sysUtils/psLogMsg.c	(revision 978)
+++ trunk/psLib/src/sysUtils/psLogMsg.c	(revision 979)
@@ -94,4 +94,5 @@
 
 
+
 /*****************************************************************************
 psLogSetFormat(): Set the format of psLogMsg output.  More precisely,
@@ -162,4 +163,5 @@
 
 
+
 #if !defined(HOST_NAME_MAX)  // should be in limits.h
 #  define HOST_NAME_MAX 256
Index: trunk/psLib/src/sysUtils/psLogMsg.h
===================================================================
--- trunk/psLib/src/sysUtils/psLogMsg.h	(revision 978)
+++ trunk/psLib/src/sysUtils/psLogMsg.h	(revision 979)
@@ -16,11 +16,11 @@
 /// the destination is specified by an integer which can have the following
 /// pre-defined values: PS_LOG_NONE, PS_LOG_TO_STDOUT, and PS_LOG_TO_STDERR.
-/// IN future versions, this procedure will take a character string as an
+/// In future versions, this procedure will take a character string as an
 /// argument which can specify more general log destinations.
 int psLogSetDestination(int dest);
 
-/// This procedure sets the global level for future log messages.  Future
-/// log messages, each with a log level of mylevel, will only be logged if
-/// their mylevel is less than the current log level set by this procedure.
+/// This procedure sets the message level for future log messages.  Subsequent
+/// log messages, with a log level of "mylevel", will only be logged if
+/// "mylevel" is less than the current log level set by this procedure.
 /// Ie. higher values set by this procedure will cause more log messages to
 /// be displayed.
@@ -47,5 +47,5 @@
 
 /// This procedure is functionally equivalent to psLogMsg(), except that
-/// it takes a va_list as the message paramater, not a printf-style string.
+/// it takes a va_list as the message parameter, not a printf-style string.
 void psVLogMsg(const char *name, ///< name of the log source
                int myLevel,      ///< severity level of this log message
