From bd2a34d627f77010943690d76285db5a43aa9faf Mon Sep 17 00:00:00 2001 From: lidgren Date: Sun, 9 Jan 2011 10:54:10 +0000 Subject: [PATCH] Fixed faulty comment --- Lidgren.Network/NetIncomingMessage.Peek.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lidgren.Network/NetIncomingMessage.Peek.cs b/Lidgren.Network/NetIncomingMessage.Peek.cs index 2dcd251..32a394b 100644 --- a/Lidgren.Network/NetIncomingMessage.Peek.cs +++ b/Lidgren.Network/NetIncomingMessage.Peek.cs @@ -202,7 +202,7 @@ namespace Lidgren.Network } /// - /// Reads an Int32 without advancing the read pointer + /// Reads an Int64 without advancing the read pointer /// public Int64 PeekInt64() {