diff --git a/src/java/com/threerings/io/FramingOutputStream.java b/src/java/com/threerings/io/FramingOutputStream.java index fd1ddc912..3532c00c4 100644 --- a/src/java/com/threerings/io/FramingOutputStream.java +++ b/src/java/com/threerings/io/FramingOutputStream.java @@ -63,7 +63,7 @@ public class FramingOutputStream extends ByteBufferOutputStream */ public ByteBuffer frameAndReturnBuffer () { - // flip the buffer which will limit it to it's current position + // flip the buffer which will limit it to its current position _buffer.flip(); // then write the frame length and rewind back to the start of the