Skip to content

Commit

Permalink
Spelling fix.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@86480 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
luke committed Apr 24, 2024
1 parent 12562b1 commit d0bb76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/Defn.h
Original file line number Diff line number Diff line change
Expand Up @@ -2408,7 +2408,7 @@ extern void *alloca(size_t);
// for reproducibility for now: use exp10 or pown later if accurate enough.
#define Rexp10(x) pow(10.0, x)

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

#endif /* DEFN_H_ */
Expand Down

0 comments on commit d0bb76e

Please sign in to comment.