summaryrefslogtreecommitdiff
path: root/docs/FAQ.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-12-23 22:22:10 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-12-23 22:22:10 +0000
commit02f61c1f24c4cfb64af89a4bb8c1553b59e75fb8 (patch)
tree06050957a0a0db2ca4ecec54640fde0eaa266e9e /docs/FAQ.html
parent9cd42575c2dbae6e54fae9da46a4b6b9d2ff61e6 (diff)
downloadllvm-02f61c1f24c4cfb64af89a4bb8c1553b59e75fb8.tar.gz
llvm-02f61c1f24c4cfb64af89a4bb8c1553b59e75fb8.tar.bz2
llvm-02f61c1f24c4cfb64af89a4bb8c1553b59e75fb8.tar.xz
Corrected typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10600 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r--docs/FAQ.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html
index f4afc266cb..f75929bfd9 100644
--- a/docs/FAQ.html
+++ b/docs/FAQ.html
@@ -437,7 +437,7 @@ Where did all of my code go??
<p>
If you are using the LLVM demo page, you may often wonder what happened to all
of the code that you typed in. Remember that the demo script is running the
-code through the LLVM optimizers, so if you code doesn't actually do anything
+code through the LLVM optimizers, so if your code doesn't actually do anything
useful, it might all be deleted.
</p>