Remove unneeded "will"s + minor fixes
[lttng-docs.git] / contents / using-lttng / instrumenting / advanced-techniques / 32-bit-on-64-bit / building-instrumented-32-bit-c-application.md
index aaed4c5eab14cf68a977586e4b3fcc9fbfb9bce2..8203c3727e0863e0ee2e24338293fe25b845f377 100644 (file)
@@ -21,6 +21,6 @@ gcc -o hello32 -I. <strong>-m32</strong> hello.c hello-tp.c <strong>-L/usr/lib32
     -ldl -llttng-ust <strong>-Wl,-rpath,/usr/lib32</strong>
 </pre>
 
-The `-rpath` option, passed to the linker, will make the dynamic loader
+The `-rpath` option, passed to the linker, makes the dynamic loader
 check for libraries in `/usr/lib32` before looking in its default paths,
 where it should find the 32-bit version of `liblttng-ust`.
This page took 0.022461 seconds and 4 git commands to generate.