Fix grammaro

llvm-svn: 141927
This commit is contained in:
Douglas Gregor 2011-10-14 00:54:15 +00:00
parent 82e0d728e8
commit a273f58c74
1 changed files with 1 additions and 1 deletions

View File

@ -1965,7 +1965,7 @@ focus on expressions, but statements are similar.</p>
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