Author: dgregor
Date: Thu Oct 13 19:54:15 2011
New Revision: 141927

URL: http://llvm.org/viewvc/llvm-project?rev=141927&view=rev
Log:
Fix grammaro

Modified:
    cfe/trunk/docs/InternalsManual.html

Modified: cfe/trunk/docs/InternalsManual.html
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/InternalsManual.html?rev=141927&r1=141926&r2=141927&view=diff
==============================================================================
--- cfe/trunk/docs/InternalsManual.html (original)
+++ cfe/trunk/docs/InternalsManual.html Thu Oct 13 19:54:15 2011
@@ -1965,7 +1965,7 @@
     expression produces can change from one instantiation to the
     next), value dependence (i.e., the constant value your expression
     produces can change from one instantiation to the next),
-    instantiation dependence (i.e., a template parameter or occurs
+    instantiation dependence (i.e., a template parameter occurs
     anywhere in your expression), and whether your expression contains
     a parameter pack (for variadic templates). Often, computing these
     flags just means combining the results from the various types and


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to