]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gprofng: fix 32889 Typo in documentation
authorVladimir Mezentsev <vladimir.mezentsev@oracle.com>
Fri, 18 Apr 2025 21:08:20 +0000 (14:08 -0700)
committerVladimir Mezentsev <vladimir.mezentsev@oracle.com>
Tue, 22 Apr 2025 05:09:11 +0000 (22:09 -0700)
gprofng/ChangeLog
2025-04-18  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>

* doc/gprofng_ug.texi: Fix typo.

gprofng/doc/gprofng_ug.texi

index 714709067d959314abac1cd1b9d5d86741df5439..f23f7b379ee41744d93a5ca20e01cfb088399faa 100644 (file)
@@ -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