Skip to content

Commit acd196b

Browse files
author
luke
committed
Fix comment typo.
git-svn-id: https://svn.r-project.org/R/trunk@89032 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent bbea274 commit acd196b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/subassign.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ static SEXP EnlargeVector(SEXP x, R_xlen_t newlen)
156156
warning(_("assignment outside vector/list limits (extending from %lld to %lld)"),
157157
(long long)len, (long long)newlen);
158158

159-
/* if the vector is not shared, is growable. and has room, then
159+
/* if the vector is not shared, is growable, and has room, then
160160
increase its length */
161161
if (! MAYBE_SHARED(x) &&
162162
IS_GROWABLE(x) &&

0 commit comments

Comments
 (0)