Index: src/SynTree/Visitor.h
===================================================================
--- src/SynTree/Visitor.h	(revision ed8a0d2378d457af8e5826c9d961a9d400fcc6c1)
+++ src/SynTree/Visitor.h	(revision b13fc108a7d023c62c89808e03c655be23485dfd)
@@ -9,6 +9,6 @@
 // Author           : Richard C. Bilson
 // Created On       : Mon May 18 07:44:20 2015
-// Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Feb  9 14:23:24 2017
+// Last Modified By : Andrew Beach
+// Last Modified On : Wed May  3 08:58:00 2017
 // Update Count     : 10
 //
@@ -26,4 +26,7 @@
 	virtual ~Visitor();
   public:
+	// visit: Default implementation of all functions visits the children
+    // of the given syntax node, but performs no other action.
+
 	virtual void visit( ObjectDecl *objectDecl );
 	virtual void visit( FunctionDecl *functionDecl );
