Skip to content

Commit 74c1356

Browse files
committed
2 parents d65e96d + ce0167e commit 74c1356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

communication/src/allocator/process.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use allocator::thread::{ThreadBuilder};
1111
use allocator::{Allocate, AllocateBuilder, Event, Thread};
1212
use {Push, Pull, Message};
1313

14-
/// An allocater for inter-thread, intra-process communication
14+
/// An allocator for inter-thread, intra-process communication
1515
pub struct ProcessBuilder {
1616
inner: ThreadBuilder,
1717
index: usize,
@@ -37,7 +37,7 @@ impl AllocateBuilder for ProcessBuilder {
3737
}
3838
}
3939

40-
/// An allocater for inter-thread, intra-process communication
40+
/// An allocator for inter-thread, intra-process communication
4141
pub struct Process {
4242
inner: Thread,
4343
index: usize,

0 commit comments

Comments
 (0)