Fixing a typo. Found by Kevin André!
authorGordon Henriksen <gordonhenriksen@mac.com>
Sun, 14 Oct 2007 00:34:53 +0000 (00:34 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Sun, 14 Oct 2007 00:34:53 +0000 (00:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42956 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 10fb2e6a6c7b6209b3eeee42dabb5c0ee58b4a79..dac34f8f7b5f9bb619b153baccad5800cebc7a98 100644 (file)
@@ -1296,7 +1296,7 @@ be any integer or floating point type.</p>
 <h5>Overview:</h5>
 
 <p>Opaque types are used to represent unknown types in the system.  This
-corresponds (for example) to the C notion of a foward declared structure type.
+corresponds (for example) to the C notion of a forward declared structure type.
 In LLVM, opaque types can eventually be resolved to any type (not just a
 structure type).</p>