Skip to content

Commit

Permalink
Merge pull request #244 from benesch/allocater
Browse files Browse the repository at this point in the history
Fix typo in spelling of "allocator"
  • Loading branch information
frankmcsherry committed Mar 7, 2019
2 parents b26bd6e + 47c120d commit ce0167e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions communication/src/allocator/process.rs
Expand Up @@ -11,7 +11,7 @@ use allocator::thread::{ThreadBuilder};
use allocator::{Allocate, AllocateBuilder, Event, Thread};
use {Push, Pull, Message};

/// An allocater for inter-thread, intra-process communication
/// An allocator for inter-thread, intra-process communication
pub struct ProcessBuilder {
inner: ThreadBuilder,
index: usize,
Expand All @@ -37,7 +37,7 @@ impl AllocateBuilder for ProcessBuilder {
}
}

/// An allocater for inter-thread, intra-process communication
/// An allocator for inter-thread, intra-process communication
pub struct Process {
inner: Thread,
index: usize,
Expand Down

0 comments on commit ce0167e

Please sign in to comment.