Index: /branches/jch-memory/psLib/src/sys/psMemory.c
===================================================================
--- /branches/jch-memory/psLib/src/sys/psMemory.c	(revision 10892)
+++ /branches/jch-memory/psLib/src/sys/psMemory.c	(revision 10893)
@@ -8,6 +8,6 @@
 *  @author Robert Lupton, Princeton University
 *
-*  @version $Revision: 1.88.2.5 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-01-03 21:53:56 $
+*  @version $Revision: 1.88.2.6 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-01-03 21:55:11 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -59,4 +59,6 @@
 abort();
 
+// As with psAbort(), psError() is also *UNSAFE* to use from within the memory
+// subsystem.
 #define PS_MEM_ERROR(code, new, ...) \
 P_PS_MEM_ERROR(__FILE__, __LINE__, __func__, code, new, __VA_ARGS__)
