Skip to content

Commit d0bb76e

Browse files
author
luke
committed
Spelling fix.
git-svn-id: https://svn.r-project.org/R/trunk@86480 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 12562b1 commit d0bb76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/Defn.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2408,7 +2408,7 @@ extern void *alloca(size_t);
24082408
// for reproducibility for now: use exp10 or pown later if accurate enough.
24092409
#define Rexp10(x) pow(10.0, x)
24102410

2411-
// this produces an initialized structure as a _compount literal_
2411+
// this produces an initialized structure as a _compound literal_
24122412
#define SEXP_TO_STACKVAL(x) ((R_bcstack_t) { .tag = 0, .u.sxpval = (x) })
24132413

24142414
#endif /* DEFN_H_ */

0 commit comments

Comments
 (0)