Index: trunk/archive/pslib/include/psMath.h
===================================================================
--- trunk/archive/pslib/include/psMath.h	(revision 341)
+++ trunk/archive/pslib/include/psMath.h	(revision 380)
@@ -27,5 +27,5 @@
 psBinaryOp (void *out,			///< destination (may be NULL) 
 	    void *in1,			///< first input
-	    char *operator,		///< operator 
+	    char *op,			///< operator 
 	    void *in2			///< second input
     );
@@ -35,5 +35,5 @@
 psUnaryOp (void *out,			///< destination (may be NULL) 
 	   void *in,			///< input
-	   char *operator		///< operator 
+	   char *op			///< operator 
     );
 
