Skip to content

Commit 905c9c9

Browse files
author
hornik
committed
Tweaks.
git-svn-id: https://svn.r-project.org/R/trunk@88116 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 439d134 commit 905c9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/R_ext/Error.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ void Rf_warning(const char *, ...) R_PRINTF_FORMAT(1,2);
7070

7171
void R_ShowMessage(const char *s);
7272

73-
/* xerbla is a a C function intended to be called from Fortran.
73+
/* xerbla is a C function intended to be called from Fortran.
7474
* which forerly had a C declaration here.
7575
*
7676
* It wraps Rf_error, so use that directtly from C/C++

0 commit comments

Comments
 (0)