summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-06-20 05:03:17 +0000
committerChris Lattner <sabre@nondot.org>2008-06-20 05:03:17 +0000
commit643b00a3e6eb731176fab7c2f003376580fcb75b (patch)
tree3b43e31ebbad74ac762525e3621683c524366355 /llvm/docs/ProgrammersManual.html
parent9f337549a7afcd7557e8413f11381f6b2697c100 (diff)
downloadbcm5719-llvm-643b00a3e6eb731176fab7c2f003376580fcb75b.tar.gz
bcm5719-llvm-643b00a3e6eb731176fab7c2f003376580fcb75b.zip
Fix typo, fix suggested by Nicholas Olsen
llvm-svn: 52524
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r--llvm/docs/ProgrammersManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index 2a573f941a1..46b82ddc21f 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/docs/ProgrammersManual.html
@@ -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>
OpenPOWER on IntegriCloud