diff --git a/router/java/src/net/i2p/router/transport/FIFOBandwidthLimiter.java b/router/java/src/net/i2p/router/transport/FIFOBandwidthLimiter.java index 86cdf71a1..4127eb673 100644 --- a/router/java/src/net/i2p/router/transport/FIFOBandwidthLimiter.java +++ b/router/java/src/net/i2p/router/transport/FIFOBandwidthLimiter.java @@ -503,7 +503,7 @@ public class FIFOBandwidthLimiter { public int getPendingInboundRequested(); /** block until we are allocated some more bytes */ public void waitForNextAllocation(); - /** we no longer want the data requested (e.g. the connection closed */ + /** we no longer want the data requested (the connection closed) */ public void abort(); /** was this request aborted? */ public boolean getAborted();