Fix typos in comments, NFC
[oota-llvm.git] / include / llvm / IR / IRBuilder.h
index da06efd2a112d3887050ac5dca74786c71d04702..c074be8ad4a5182b9a9d0d6e2c151b303be1344d 100644 (file)
@@ -446,7 +446,7 @@ private:
 /// The first template argument handles whether or not to preserve names in the
 /// final instruction output. This defaults to on.  The second template argument
 /// specifies a class to use for creating constants.  This defaults to creating
-/// minimally folded constants.  The fourth template argument allows clients to
+/// minimally folded constants.  The third template argument allows clients to
 /// specify custom insertion hooks that are called on every newly created
 /// insertion.
 template<bool preserveNames = true, typename T = ConstantFolder,