We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12562b1 commit d0bb76eCopy full SHA for d0bb76e
src/include/Defn.h
@@ -2408,7 +2408,7 @@ extern void *alloca(size_t);
2408
// for reproducibility for now: use exp10 or pown later if accurate enough.
2409
#define Rexp10(x) pow(10.0, x)
2410
2411
-// this produces an initialized structure as a _compount literal_
+// this produces an initialized structure as a _compound literal_
2412
#define SEXP_TO_STACKVAL(x) ((R_bcstack_t) { .tag = 0, .u.sxpval = (x) })
2413
2414
#endif /* DEFN_H_ */
0 commit comments