Cleaned up translator API. Deleted unsupported dead code.
BUG=9
Review URL: http://codereview.appspot.com/1665050

git-svn-id: https://angleproject.googlecode.com/svn/trunk@348 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/src/compiler/Common.h b/src/compiler/Common.h
index 1c1e5c6..65d0a51 100644
--- a/src/compiler/Common.h
+++ b/src/compiler/Common.h
@@ -45,7 +45,7 @@
 
 //
 // Persistent string memory.  Should only be used for strings that survive
-// across compiles/links.
+// across compiles.
 //
 #define TPersistString std::string
 #define TPersistStringStream std::ostringstream