diff options
Diffstat (limited to 'gcc/emit-rtl.c')
-rw-r--r-- | gcc/emit-rtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 6558fa7..cf491e8 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -2876,7 +2876,7 @@ repeat: if (copied && len > 0) XVEC (x, i) = gen_rtvec_v (len, XVEC (x, i)->elem); - /* Call recsusively on all inside the vector. */ + /* Call recursively on all inside the vector. */ for (j = 0; j < len; j++) { if (last_ptr) |