Index: /trunk/archive/pslib/include/psMetadata.h
===================================================================
--- /trunk/archive/pslib/include/psMetadata.h	(revision 402)
+++ /trunk/archive/pslib/include/psMetadata.h	(revision 403)
@@ -77,10 +77,10 @@
 /**** Utilities **********************************************************************/
 
-/// Add entry to the end of the metadata
+/// Add item to the end of the metadata
 psMetadataItem *psMetadataAppendItem(psMetadata *restrict md, ///< metadata to add to
 				     psMetadataItem *restrict item ///< Metatdata item to add
     );
 
-/// Add entry to the end of the metadata.  Combines psMetadataItemAlloc and psMetadataAppendItem
+/// Add item to the end of the metadata.  Combines psMetadataItemAlloc and psMetadataAppendItem
 psMetadataItem *psMetadataAppend(psMetadata *restrict md, ///< Metadata to add to
 				 int typeFlags ///< type of this piece of metadata + flags
@@ -93,5 +93,5 @@
     );
 
-/// delete entry from the metadata
+/// delete item from the metadata
 psMetadataItem *psMetadataRemove(psMetadata *restrict md, ///< metadata to delete from
 				 const char *restrict key ///< Key to delete
@@ -102,5 +102,5 @@
     );
 
-/// get the next entry in the sequence
+/// get the next item in the sequence
 psMetadataItem *psMetadataGetNext(psMetadata *restrict md, ///< metadata to get from
 				  const char *restrict match ///< Match this
