typo
authorChris Lattner <sabre@nondot.org>
Fri, 21 Apr 2006 21:37:40 +0000 (21:37 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 21 Apr 2006 21:37:40 +0000 (21:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27936 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index bf63884357159ff46fb084ca16f1be2a116c682f..b78fa1fef51e3f0c7343fb2cae4044a6c63fe0c6 100644 (file)
@@ -3748,7 +3748,7 @@ unsigned integer type. The return type must match the argument type.
 <p>
 The '<tt>llvm.ctlz</tt>' intrinsic counts the leading (most significant) zeros
 in a variable.  If the src == 0 then the result is the size in bits of the type
-of src. For example, <tt>llvm.cttz(int 2) = 30</tt>.
+of src. For example, <tt>llvm.ctlz(int 2) = 30</tt>.
 </p>
 </div>