Fix typo, fix suggested by Nicholas Olsen

llvm-svn: 52524
This commit is contained in:
Chris Lattner 2008-06-20 05:03:17 +00:00
parent 9f337549a7
commit 643b00a3e6

View File

@ -333,7 +333,7 @@ file (note that you very rarely have to include this file directly).</p>
<dt><tt>cast&lt;&gt;</tt>: </dt>
<dd><p>The <tt>cast&lt;&gt;</tt> operator is a "checked cast" operation. It
converts a pointer or reference from a base class to a derived cast, causing
converts a pointer or reference from a base class to a derived class, causing
an assertion failure if it is not really an instance of the right type. This
should be used in cases where you have some information that makes you believe
that something is of the right type. An example of the <tt>isa&lt;&gt;</tt>