summaryrefslogtreecommitdiff
path: root/lib/tools/doc/src/fprof.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tools/doc/src/fprof.xml')
-rw-r--r--lib/tools/doc/src/fprof.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tools/doc/src/fprof.xml b/lib/tools/doc/src/fprof.xml
index e7e7ad69f3..4e4e466fc7 100644
--- a/lib/tools/doc/src/fprof.xml
+++ b/lib/tools/doc/src/fprof.xml
@@ -4,7 +4,7 @@
<erlref>
<header>
<copyright>
- <year>2001</year><year>2021</year>
+ <year>2001</year><year>2022</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -485,7 +485,7 @@
<item>Includes a section containing call statistics
for all calls regardless of process, in the analysis.</item>
<tag><c>{totals, false}</c></tag>
- <item>Supresses the totals section in the analysis, which is
+ <item>Suppresses the totals section in the analysis, which is
the default.</item>
<tag><c>details</c> | <c>{details, true}</c></tag>
<item>Prints call statistics for each process in the
@@ -686,7 +686,7 @@ create_file_slow(FD, M, N) ->
{{fprof,apply_start_stop,4}, 1, 0.000, 0.000}],
{ suspend, 299, 32.002, 0.000}, %
[ ]}.</pre>
- <p>We find no particulary long suspend times, so no function seems
+ <p>We find no particularly long suspend times, so no function seems
to have waited in a receive statement. Actually,
<c>prim_file:drv_command/4</c> contains a receive statement, but
in this test program, the message lies in the process receive