Skip to content

Commit 15aac87

Browse files
author
hornik
committed
Spelling.
git-svn-id: https://svn.r-project.org/R/trunk@88146 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent eb1e54a commit 15aac87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/NEWS.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
\subsection{BUG FIXES}{
7373
\itemize{
7474
\item Standalone \code{nmath} can be built with early-2025
75-
versions of \command{clang}-based compilers such as LLVM
75+
versions of \command{clang}-based compilers such as \I{LLVM}
7676
\command{clang}\sspace{}20, Apple \command{clang}\sspace{}17 and Intel
7777
\command{icx}\sspace{}2025.0.
7878
}

doc/manual/R-exts.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16739,7 +16739,7 @@ void F77_NAME(dqrdc2)(double *x, int *ldx, int *n, int *p,
1673916739
double *qraux, int *pivot, double *work);
1674016740
@end example
1674116741
@noindent
16742-
For further datails see their source files in directory @file{src/Appl}
16742+
For further details see their source files in directory @file{src/Appl}
1674316743
in the @R{} sources or @uref{https://netlib.org/linpack/}.
1674416744
@code{dqrdc2} is an extensive @R{} modification to LINPACK's
1674516745
@code{dqrdc} which uses column pivoting and computes the (numerical)

0 commit comments

Comments
 (0)