diff --git a/src/write_stage.rs b/src/write_stage.rs index 04c315e1e..afe1637ba 100644 --- a/src/write_stage.rs +++ b/src/write_stage.rs @@ -23,7 +23,7 @@ pub struct WriteStage { } impl WriteStage { - /// Process any Entry items that have been published by the Historian. + /// Process any Entry items that have been published by the RecordStage. /// continuosly broadcast blobs of entries out pub fn write_and_send_entries( entry_writer: &mut EntryWriter, @@ -43,7 +43,7 @@ impl WriteStage { Ok(()) } - /// Create a new Rpu that wraps the given Bank. + /// Create a new WriteStage for writing and broadcasting entries. pub fn new( bank: Arc, exit: Arc,