aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-11-15 06:07:55 +0000
committerChris Lattner <sabre@nondot.org>2005-11-15 06:07:55 +0000
commitd07c3f4279a9048ed5082d41ec7be53c27288b4a (patch)
tree13368cd4c624d6c660f946bb00f8eaa0b1477934 /docs
parent2c3d3d2a59e8c241de43a7c50272ab6443794a19 (diff)
Fix some typos noticed by Gabor Greif!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24364 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 70071e05f7..dde18bd711 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -2799,7 +2799,7 @@ The '<tt>llvm.pcmarker</tt>' intrinsic is a method to export a Program Counter
code to simulators and other tools. The method is target specific, but it is
expected that the marker will use exported symbols to transmit the PC of the marker.
The marker makes no guarantees that it will remain with any specific instruction
-after optimizations. It is possible that the presense of a marker will inhibit
+after optimizations. It is possible that the presence of a marker will inhibit
optimizations. The intended use is to be inserted after optmizations to allow
correlations of simulation runs.
</p>