Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864686
D9587.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D9587.id.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Tue, May 20, 21:37 (15 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5865012
Default Alt Text
D9587.id.diff (1 KB)
Attached To
D9587: [avalanche] Fix nits in peermanager.h comments
Event Timeline
Log In to Comment