From 34dfd3ebd668eb46511c2177c16f2da9782e2aa4 Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Fri, 15 Oct 2010 20:16:06 +0000 Subject: [PATCH] Wrong "its" git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6205 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/io/FramingOutputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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