Index: trunk/psModules/src/concepts/pmConceptsRead.h
===================================================================
--- trunk/psModules/src/concepts/pmConceptsRead.h	(revision 9570)
+++ trunk/psModules/src/concepts/pmConceptsRead.h	(revision 9571)
@@ -5,7 +5,7 @@
 #include "pmFPA.h"
 
-/// Read concepts from the camera configuration file's CELLS.
+/// Read concepts from the camera format file's CELLS.
 ///
-/// Examines the CELLS metadata in the camera configuration file
+/// Examines the CELLS metadata in the camera format file
 /// for the current type of cell, and sucks in the concepts defined there.
 /// This is a useful way of defining concepts that vary depending on the
@@ -16,7 +16,7 @@
                               );
 
-/// Read concepts from the DEFAULTS in the camera configuration file.
+/// Read concepts from the DEFAULTS in the camera format file.
 ///
-/// Examines the DEFAULTS metadata in the camera configuration file
+/// Examines the DEFAULTS metadata in the camera format file
 /// for concepts in the specs, and imports them into the target.
 bool p_pmConceptsReadFromDefaults(psMetadata *target, // Place into which to read the concepts
@@ -27,7 +27,7 @@
                                  );
 
-/// Read concepts from the header TRANSLATION in the camera configuration file.
+/// Read concepts from the header TRANSLATION in the camera format file.
 ///
-/// Examines the TRANSLATION metadata in the camera configuration file
+/// Examines the TRANSLATION metadata in the camera format file
 /// for concepts in the specs, and imports them into the target.
 bool p_pmConceptsReadFromHeader(psMetadata *target, // Place into which to read the concepts
@@ -38,7 +38,7 @@
                                );
 
-/// Read concepts from the header DATABASE in the camera configuration file.
+/// Read concepts from the header DATABASE in the camera format file.
 ///
-/// Examines the DATABASE metadata in the camera configuration file
+/// Examines the DATABASE metadata in the camera format file
 /// for concepts in the specs, and imports them into the target.
 /// WARNING: This function has not been tested; use at your own risk!
