Corrected typo.
[oota-llvm.git] / docs / FAQ.html
index f4afc266cbcbb34aa113c7267561a199d60a23bf..f75929bfd90cac87ea1d388e0b6aee67805aae4c 100644 (file)
@@ -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>