about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/libpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpm.c b/lib/libpm.c
index dbfcac12..f9aa1aef 100644
--- a/lib/libpm.c
+++ b/lib/libpm.c
@@ -68,7 +68,7 @@ static pm_usererrormsgfn * userErrorMsgFn = NULL;
     */
 
 static pm_usermessagefn * userMessageFn = NULL;
-    /* A function to call to issue an error message.
+    /* A function to call to issue a non-error message.
 
        NULL means use the library default: print to Standard Error
     */