Skip to content

Commit e7be2c3

Browse files
committed
Fixed comment.
1 parent 00c4f06 commit e7be2c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libarena/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,9 @@ struct TypedArenaChunk<T> {
390390
next: *mut TypedArenaChunk<T>,
391391

392392
/// The number of elements that this chunk can hold.
393-
// Objects follow here, suitably aligned.
394393
capacity: usize,
394+
395+
// Objects follow here, suitably aligned.
395396
}
396397

397398
fn calculate_size<T>(capacity: usize) -> usize {

0 commit comments

Comments
 (0)