summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-21 21:37:40 +0000
committerChris Lattner <sabre@nondot.org>2006-04-21 21:37:40 +0000
commit99d3c276cc395ef451b0d601f57f5c8f134d9c75 (patch)
tree40c428a291c113a359bf78e7fc333709a5f7ef90 /docs
parent6e68a7752b7d0dd8fdaa635cd26677b3ed540623 (diff)
downloadllvm-99d3c276cc395ef451b0d601f57f5c8f134d9c75.tar.gz
llvm-99d3c276cc395ef451b0d601f57f5c8f134d9c75.tar.bz2
llvm-99d3c276cc395ef451b0d601f57f5c8f134d9c75.tar.xz
typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27936 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index bf63884357..b78fa1fef5 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -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>