Fix a documentation bug.

llvm-svn: 69923
This commit is contained in:
David Greene 2009-04-23 21:27:58 +00:00
parent 0a1f9c423f
commit 0e89886048
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ supported include:</p>
<dt><tt>!strconcat(a, b)</tt></dt>
<dd>A string value that is the result of concatenating the 'a' and 'b'
strings.</dd>
<dt><tt>!nameconcat<type>(a, b)</tt></dt>
<dt><tt>!nameconcat&lt;type&gt;(a, b)</tt></dt>
<dd>A value that is the result of concatenating the 'a' and 'b'
strings and looking up the resulting name in the symbol table. The symbol type
determines the type of the resulting value. If the symbol is not found