summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-24 07:16:10 +0000
committerChris Lattner <sabre@nondot.org>2006-03-24 07:16:10 +0000
commitb3e7afd9ee65e5eb32775efcfa5fece1105d3f60 (patch)
tree0032e07bc0bc978332291dffeb4fc95918aabf9a /docs/LangRef.html
parent45053fc7fc2712d5ead1c087ce603637c99cad93 (diff)
downloadllvm-b3e7afd9ee65e5eb32775efcfa5fece1105d3f60.tar.gz
llvm-b3e7afd9ee65e5eb32775efcfa5fece1105d3f60.tar.bz2
llvm-b3e7afd9ee65e5eb32775efcfa5fece1105d3f60.tar.xz
Fix a typo, thanks to Gabor Greif
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27054 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index cd2d9a4069..ab0d66d96e 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -3246,7 +3246,7 @@ 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 presence of a marker will inhibit
-optimizations. The intended use is to be inserted after optmizations to allow
+optimizations. The intended use is to be inserted after optimizations to allow
correlations of simulation runs.
</p>