summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/net/packetlimiter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/packetlimiter.cpp b/src/net/packetlimiter.cpp
index d9637c5c4..b99081714 100644
--- a/src/net/packetlimiter.cpp
+++ b/src/net/packetlimiter.cpp
@@ -45,7 +45,7 @@ struct PacketLimit final
PacketLimit mPacketLimits[CAST_SIZE(PacketType::PACKET_SIZE) + 1];
// remember to increment this if you (massively) change the above,
-// so that the limits file on user's installations is properly discarded.
+// so that the limits file on user's system is properly discarded.
const int PACKET_LIMIT_FILE_VERSION = 4;
void PacketLimiter::initPacketLimiter()