From af1a7da0d519513de8992b3a6c5da9e658b4ee9d Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Thu, 5 Jul 2018 13:02:25 -0600 Subject: [PATCH] Fix code comments --- src/write_stage.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,