Index: trunk/psLib/src/db/psDB.c
===================================================================
--- trunk/psLib/src/db/psDB.c	(revision 11426)
+++ trunk/psLib/src/db/psDB.c	(revision 11668)
@@ -12,6 +12,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.133 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-30 05:16:28 $
+ *  @version $Revision: 1.134 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-06 21:36:09 $
  *
  *  Copyright (C) 2005-2006  Joshua Hoblitt, University of Hawaii
@@ -1337,5 +1337,5 @@
         case PS_DATA_BOOL: {
                 // XXX: ASC HACK NOTE (2005/06/03): set extreme bytes to the
-                // boolean character value.  sizeof(psBool)==4 which triggers
+                // boolean character value.  sizeof(bool)==4 which triggers
                 // an endianess issue in the MySQL conversion (reading only 1
                 // byte), on Macintosh hardware (and maybe others?)
@@ -2013,5 +2013,5 @@
             break;
         default:
-            psError(PS_ERR_UNKNOWN, true, "NULL psBool can't be compared with any operator other than '=='");
+            psError(PS_ERR_UNKNOWN, true, "NULL bool can't be compared with any operator other than '=='");
             psFree(itemName);
             return NULL;
