wibble 2


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1543 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/FAQ.txt b/FAQ.txt
index cb61e19..674fb28 100644
--- a/FAQ.txt
+++ b/FAQ.txt
@@ -88,8 +88,9 @@
     and Valgrind doesn't emit any output at all.
 
 A5. Is my_program statically linked?  Valgrind doesn't work with
-    statically linked binaries.  It must rely on at least one shared
-    object.  To determine if a my_program is statically linked, run:
+    statically linked binaries.  my_program must rely on at least one 
+    shared object.  To determine if a my_program is statically linked, 
+    run:
 
       ldd my_program
 
@@ -97,7 +98,7 @@
 
       not a dynamic executable
 
-    it my_program is statically linked.
+    if my_program is statically linked.
 
 -----------------------------------------------------------------