Index: src/Concurrency/Keywords.h
===================================================================
--- src/Concurrency/Keywords.h	(revision c8f5f7df666774630b5067e75d046946bfe8cddf)
+++ src/Concurrency/Keywords.h	(revision 6726a3a9cf8ffacc8cccb80819bb2c1d2687cfed)
@@ -28,9 +28,9 @@
 	void implementThreadStarter( std::list< Declaration * > & translationUnit );
 
-/// Implement the sue-like keywords and the suspend keyword.
+/// Implement the sue-like keywords and the suspend keyword. Pre-Autogen
 void implementKeywords( ast::TranslationUnit & translationUnit );
-/// Implement the mutex parameters and mutex statement.
+/// Implement the mutex parameters and mutex statement. Post-Autogen
 void implementMutex( ast::TranslationUnit & translationUnit );
-/// Add the thread starter code to constructors.
+/// Add the thread starter code to constructors. Post-Autogen
 void implementThreadStarter( ast::TranslationUnit & translationUnit );
 };
