diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-25 22:01:31 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-25 22:01:31 +0000 |
commit | 7f7390e035c20ec2dcbf122330bd76c18b98049b (patch) | |
tree | ab492fc87aac02dc4211a793101fc3a195056974 /docs/LangRef.html | |
parent | 303c909d5bb014fbeec395090eb467d724969195 (diff) | |
download | external_llvm-7f7390e035c20ec2dcbf122330bd76c18b98049b.zip external_llvm-7f7390e035c20ec2dcbf122330bd76c18b98049b.tar.gz external_llvm-7f7390e035c20ec2dcbf122330bd76c18b98049b.tar.bz2 |
Fix two typos in the doc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160762 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 04c1bf8..4d05392 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2780,7 +2780,7 @@ second_end: make it fit in <tt>TYPE</tt>.</dd> <dt><b><tt>inttoptr (CST to TYPE)</tt></b></dt> - <dd>Convert a integer constant to a pointer constant. TYPE must be a pointer + <dd>Convert an integer constant to a pointer constant. TYPE must be a pointer type. CST must be of integer type. The CST value is zero extended, truncated, or unchanged to make it fit in a pointer size. This one is <i>really</i> dangerous!</dd> |