Fixed comment.

This commit is contained in:
Jose Narvaez 2015-10-15 14:56:03 +01:00
parent 00c4f06292
commit e7be2c3e99

View File

@ -390,8 +390,9 @@ struct TypedArenaChunk<T> {
next: *mut TypedArenaChunk<T>,
/// The number of elements that this chunk can hold.
// Objects follow here, suitably aligned.
capacity: usize,
// Objects follow here, suitably aligned.
}
fn calculate_size<T>(capacity: usize) -> usize {