[cfe-commits] r141927 - /cfe/trunk/docs/InternalsManual.html

Douglas Gregor dgregor at apple.com
Thu Oct 13 17:54:15 PDT 2011


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





More information about the cfe-commits mailing list