diff --git a/docs/FAQ.html b/docs/FAQ.html index f4afc266cbc..f75929bfd90 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -437,7 +437,7 @@ Where did all of my code go??

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.