Skip to content

Commit

Permalink
Spelling.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@84932 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
hornik committed Aug 11, 2023
1 parent 5ae049a commit 10d7c9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
so no longer recorded in \file{etc/Renviron} (it was not on Windows
and was only ever used when preparing package \pkg{tools}).
\item THere is an experimental new \command{configure} option
\item There is an experimental new \command{configure} option
\option{--with-libdeflate-compression} that uses
\code{libdeflate} rather than \code{libz} to (de)compress \R
objects in lazy-load databases, if the \code{libdeflate} library
Expand Down
6 changes: 3 additions & 3 deletions doc/manual/R-exts.texi
Original file line number Diff line number Diff line change
Expand Up @@ -6367,7 +6367,7 @@ hide other extensions.)
@item
Compilers may interpret comments in source code, so it is necessary to
remove any intended for a compiler to interpret. The main example has
been comments for Visual Fortran (as the Intel Fortan compiler has been
been comments for Visual Fortran (as the Intel Fortran compiler has been
known on Windows@footnote{and at one time as DEC Fortran, hence the
@code{DEC}.}) like
@example
Expand Down Expand Up @@ -8568,7 +8568,7 @@ The command @command{Rprof} is used to control profiling, and its help
page can be consulted for full details. Profiling works by recording at
fixed intervals@footnote{For Unix-alikes by default these are intervals
of CPU time, and for Windows of elapsed (`wall-clock') time. As from
@R{} 4.4.0, elapsed timw is optional on Unix-alikes} (by default every
@R{} 4.4.0, elapsed time is optional on Unix-alikes} (by default every
20 msecs) which line in which @R{} function is being used, and recording
the results in a file (default @file{Rprof.out} in the working
directory). Then the function @code{summaryRprof} or the command-line
Expand Down Expand Up @@ -8890,7 +8890,7 @@ The first report is
which shows which shared libraries (DSOs) the time was spent in.

@command{perf annotate} can be used on an application built with GCC and
@option{-ggdb}: it interleaves disassmbled and source code.
@option{-ggdb}: it interleaves disassembled and source code.

@subsubsection oprofile and operf

Expand Down

0 comments on commit 10d7c9e

Please sign in to comment.