summaryrefslogtreecommitdiff
path: root/node/IncomingPacket.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-25 15:08:29 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-25 15:08:29 -0700
commit050a0ce85dd548550001188a3c4d45d3163dff1d (patch)
tree1dc6877b4bc054c704f0bb9f0fad8df7514f8fc4 /node/IncomingPacket.hpp
parent6c87f9f765f524dd212c191511a79f52d01ee2c6 (diff)
downloadinfinitytier-050a0ce85dd548550001188a3c4d45d3163dff1d.tar.gz
infinitytier-050a0ce85dd548550001188a3c4d45d3163dff1d.zip
.
Diffstat (limited to 'node/IncomingPacket.hpp')
-rw-r--r--node/IncomingPacket.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/IncomingPacket.hpp b/node/IncomingPacket.hpp
index 27abd2c2..5697c792 100644
--- a/node/IncomingPacket.hpp
+++ b/node/IncomingPacket.hpp
@@ -97,7 +97,7 @@ public:
* Once true is returned, this must not be called again. The packet's state
* may no longer be valid.
*
- * @param _r Runtime environment
+ * @param RR Runtime environment
* @return True if decoding and processing is complete, false if caller should try again
* @throws std::out_of_range Range error processing packet (should be discarded)
* @throws std::runtime_error Other error processing packet (should be discarded)