Index: trunk/archive/scripts/src/psAdditionals.c
===================================================================
--- trunk/archive/scripts/src/psAdditionals.c	(revision 4309)
+++ trunk/archive/scripts/src/psAdditionals.c	(revision 4386)
@@ -47,5 +47,5 @@
 	}
     } else if (item->type != PS_META_STR) {
-	// The value at the key isn't metadata
+	// The value at the key isn't of the desired type
 	if (status) {
 	    *status = false;
@@ -76,5 +76,5 @@
 	}
     } else if (item->type != PS_META_CHIP) {
-	// The value at the key isn't metadata
+	// The value at the key isn't of the desired type
 	if (status) {
 	    *status = false;
@@ -105,5 +105,5 @@
 	}
     } else if (item->type != PS_META_CELL) {
-	// The value at the key isn't metadata
+	// The value at the key isn't of the desired type
 	if (status) {
 	    *status = false;
