aboutsummaryrefslogtreecommitdiff
path: root/gcc/vec.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/vec.h')
-rw-r--r--gcc/vec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/vec.h b/gcc/vec.h
index b13c471..5ade7e9 100644
--- a/gcc/vec.h
+++ b/gcc/vec.h
@@ -132,7 +132,7 @@ extern void *ggc_realloc (void *, size_t MEM_STAT_DECL);
Notes on the different layout strategies
* Embeddable vectors (vec<T, A, vl_embed>)
-
+
These vectors are suitable to be embedded in other data
structures so that they can be pre-allocated in a contiguous
memory block.