Index: trunk/src/python/unifiedlogger/logging_service.py
===================================================================
--- trunk/src/python/unifiedlogger/logging_service.py	(revision 461)
+++ trunk/src/python/unifiedlogger/logging_service.py	(revision 466)
@@ -48,5 +48,5 @@
     #    FOR each plugin LOOP
         for plugin in plugins:
-            # dynamically load the setup function for this plugin
+            # dynamically load the get log function for this plugin
             plugmodule = globals()[plugin]
             getfunc = getattr(plugmodule, 'getLogEntries')
@@ -54,5 +54,5 @@
     #        Run the plugin process returning new log entries
             results = getfunc()     
-            #    Append simulation time and the log entries to the Output Buffer
+    #       Append simulation time and the log entries to the Output Buffer
             for item in results:
                 trimmed_item = item.strip()
