aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools
diff options
context:
space:
mode:
authorMarcus Arendt <[email protected]>2014-12-02 09:38:26 +0100
committerMarcus Arendt <[email protected]>2014-12-02 09:38:26 +0100
commitee17dd99f2a56499b13dc4c84578105ea1f14ff6 (patch)
tree06d180adbf41c342852a074b9dd349f573dc0e7a /lib/tools
parent62ed44035a05091ab4b3438738e717140d115234 (diff)
parent11ccbb255404a0d76cd4cb08786a73a20b6980ee (diff)
downloadotp-ee17dd99f2a56499b13dc4c84578105ea1f14ff6.tar.gz
otp-ee17dd99f2a56499b13dc4c84578105ea1f14ff6.tar.bz2
otp-ee17dd99f2a56499b13dc4c84578105ea1f14ff6.zip
Merge branch 'tuncer/doc-fixes' into maint
* tuncer/doc-fixes: dict(3): fix typo reported by Rabbe Fogelholm Fix minor eprof and fprof doc issues
Diffstat (limited to 'lib/tools')
-rw-r--r--lib/tools/doc/src/eprof.xml2
-rw-r--r--lib/tools/doc/src/fprof.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/tools/doc/src/eprof.xml b/lib/tools/doc/src/eprof.xml
index 3ebacf5546..73fd563fbd 100644
--- a/lib/tools/doc/src/eprof.xml
+++ b/lib/tools/doc/src/eprof.xml
@@ -35,7 +35,7 @@
used. The profiling is done using the Erlang trace BIFs. Tracing of
local function calls for a specified set of processes is enabled when
profiling is begun, and disabled when profiling is stopped.</p>
- <p>When using Eprof expect a slowdown in program execution.</p>
+ <p>When using Eprof, expect a slowdown in program execution.</p>
</description>
<funcs>
<func>
diff --git a/lib/tools/doc/src/fprof.xml b/lib/tools/doc/src/fprof.xml
index ef8b82c9fa..f83c049fcd 100644
--- a/lib/tools/doc/src/fprof.xml
+++ b/lib/tools/doc/src/fprof.xml
@@ -789,7 +789,7 @@ create_file_slow(FD, M, N) ->
function was first unsuspended and then garbage
collected. Otherwise the printout would show
<c>garbage_collect</c> being called from <c>suspend</c> but not
- not which function that might have caused the garbage
+ which function that might have caused the garbage
collection.
</p>
<p>Let us now get back to the test code:</p>