From: Nicholas Nethercote Date: Wed, 23 Apr 2003 07:33:05 +0000 (+0000) Subject: wibble X-Git-Tag: svn/VALGRIND_2_0_0~217 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6525b9a6c6a70ca1d6fafdaa3d57b28042e2410a;p=thirdparty%2Fvalgrind.git wibble git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1542 --- diff --git a/FAQ.txt b/FAQ.txt index 75ec7ca776..cb61e196dd 100644 --- a/FAQ.txt +++ b/FAQ.txt @@ -89,7 +89,7 @@ Q5. I try running "valgrind my_program", but my_program runs normally, A5. Is my_program statically linked? Valgrind doesn't work with statically linked binaries. It must rely on at least one shared - object. To detrmine if a my_program is statically linked, run: + object. To determine if a my_program is statically linked, run: ldd my_program