Fix a typo.
authorDan Gohman <gohman@apple.com>
Tue, 14 Oct 2008 16:13:59 +0000 (16:13 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 14 Oct 2008 16:13:59 +0000 (16:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57495 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 84c5bf354eb1ad37b2c958b843534fe914c31e46..4c78db08da9aa65e5cc85d0af75eb6dbd87fee32 100644 (file)
@@ -274,7 +274,7 @@ for any of these IR features though.</li>
 easier for front-ends to create debug info descriptors, similar to the way that
 <tt>IRBuilder</tt> makes it easier to create LLVM IR.</li>
 
-<li>The <tt>IRBuilder</tt> class is now parametrized by a class responsible
+<li>The <tt>IRBuilder</tt> class is now parameterized by a class responsible
 for constant folding.  The default <tt>ConstantFolder</tt> class does target independent
 constant folding.  The <tt>NoFolder</tt> class does no constant folding at all, which is
 useful when learning how LLVM works.  The <tt>TargetFolder</tt> class folds the most,