From: Vladimir Mezentsev Date: Fri, 18 Apr 2025 21:08:20 +0000 (-0700) Subject: gprofng: fix 32889 Typo in documentation X-Git-Tag: binutils-2_45~853 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9567087349c6f33a437b071d1c6b6c04ad4debef;p=thirdparty%2Fbinutils-gdb.git gprofng: fix 32889 Typo in documentation gprofng/ChangeLog 2025-04-18 Vladimir Mezentsev * doc/gprofng_ug.texi: Fix typo. --- diff --git a/gprofng/doc/gprofng_ug.texi b/gprofng/doc/gprofng_ug.texi index 714709067d9..f23f7b379ee 100644 --- a/gprofng/doc/gprofng_ug.texi +++ b/gprofng/doc/gprofng_ug.texi @@ -310,9 +310,8 @@ Since there is no need to recompile, existing executables can be used and the profile measures the behaviour of exactly the same executable that is used in production runs. -With sampling, one inherently profiles a different executable, because -the calls to the instrumentation library may affect the compiler optimizations -and run time behaviour. +With tracing, one inherently profiles a different executable, because +the calls to the instrumentation library may affect runtime behaviour. @item With sampling, there are very few restrictions on what can be profiled and