Fix typo, fix suggested by Nicholas Olsen
authorChris Lattner <sabre@nondot.org>
Fri, 20 Jun 2008 05:03:17 +0000 (05:03 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Jun 2008 05:03:17 +0000 (05:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52524 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html

index 2a573f941a1ac8d3e77b468ffd884ab401bfbd34..46b82ddc21fb6f23c335d58a578b248562ae68c7 100644 (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>