Fix a typo, thanks to Gabor Greif
authorChris Lattner <sabre@nondot.org>
Fri, 24 Mar 2006 07:16:10 +0000 (07:16 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 24 Mar 2006 07:16:10 +0000 (07:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27054 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index cd2d9a406975a575ef9bab421e4bef88b09fc3f7..ab0d66d96ed844329503a5b1ddcc74354021ea55 100644 (file)
@@ -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>