summaryrefslogtreecommitdiff
path: root/node/Path.hpp
diff options
context:
space:
mode:
authorJoseph Henry <josephjah@gmail.com>2018-06-07 17:25:27 -0700
committerJoseph Henry <josephjah@gmail.com>2018-06-07 17:25:27 -0700
commit9681fedbb44a25ffa1108b88a4795e017746ca6c (patch)
tree78ed8bd33e87863aa826f86656aa728bbf777ec8 /node/Path.hpp
parentb6d97af4514ec433bfbb6d8e6b696a8d62e98bef (diff)
downloadinfinitytier-9681fedbb44a25ffa1108b88a4795e017746ca6c.tar.gz
infinitytier-9681fedbb44a25ffa1108b88a4795e017746ca6c.zip
Spellcheck sweep across codebase
Diffstat (limited to 'node/Path.hpp')
-rw-r--r--node/Path.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/node/Path.hpp b/node/Path.hpp
index e7448190..80a7895a 100644
--- a/node/Path.hpp
+++ b/node/Path.hpp
@@ -353,7 +353,7 @@ public:
* Record that we've received a VERB_ACK on this path, also compute throughput if required.
*
* @param now Current time
- * @param ackedBytes Number of bytes awknowledged by other peer
+ * @param ackedBytes Number of bytes acknowledged by other peer
*/
inline void receivedAck(int64_t now, int32_t ackedBytes)
{
@@ -387,7 +387,7 @@ public:
}
/**
- * @return Number of bytes thusfar sent that have not been awknowledged by the remote peer
+ * @return Number of bytes thus far sent that have not been acknowledged by the remote peer
*/
inline int64_t unackedSentBytes()
{
@@ -529,7 +529,7 @@ public:
inline char *getName() { return _ifname; }
/**
- * @return Packet delay varience
+ * @return Packet delay variance
*/
inline float packetDelayVariance() { return _packetDelayVariance; }