Fix typo in serialized.rs
accomodate -> accommodate
This commit is contained in:
parent
1d447a9946
commit
00234f0f68
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ impl SerializedDepGraph {
|
||||||
|
|
||||||
/// A packed representation of an edge's start index and byte width.
|
/// A packed representation of an edge's start index and byte width.
|
||||||
///
|
///
|
||||||
/// This is packed by stealing 2 bits from the start index, which means we only accomodate edge
|
/// This is packed by stealing 2 bits from the start index, which means we only accommodate edge
|
||||||
/// data arrays up to a quarter of our address space. Which seems fine.
|
/// data arrays up to a quarter of our address space. Which seems fine.
|
||||||
#[derive(Debug, Clone, Copy)]
|
#[derive(Debug, Clone, Copy)]
|
||||||
struct EdgeHeader {
|
struct EdgeHeader {
|
||||||
|
|
Loading…
Add table
Reference in a new issue