Page MenuHomePhabricator

D9587.id28629.diff
No OneTemporary

D9587.id28629.diff

diff --git a/src/avalanche/peermanager.h b/src/avalanche/peermanager.h
--- a/src/avalanche/peermanager.h
+++ b/src/avalanche/peermanager.h
@@ -140,7 +140,7 @@
NodeId selectNode();
/**
- * Update the peer set when a nw block is connected.
+ * Update the peer set when a new block is connected.
*/
void updatedBlockTip();
@@ -149,7 +149,7 @@
****************************************************/
/**
* Provide the PeerId associated with the given proof. If the peer does not
- * exists, then it is created.
+ * exist, then it is created.
*/
PeerId getPeerId(const Proof &proof);
@@ -164,7 +164,7 @@
PeerId selectPeer() const;
/**
- * Trigger maintenance of internal datastructures.
+ * Trigger maintenance of internal data structures.
* Returns how much slot space was saved after compaction.
*/
uint64_t compact();
@@ -174,7 +174,7 @@
*/
bool verify() const;
- // Accssors.
+ // Accessors.
uint64_t getSlotCount() const { return slotCount; }
uint64_t getFragmentation() const { return fragmentation; }

File Metadata

Mime Type
text/plain
Expires
Tue, May 20, 20:11 (10 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5865012
Default Alt Text
D9587.id28629.diff (1 KB)

Event Timeline