From 20960ad6846c91917335672be6ac72019a56a891 Mon Sep 17 00:00:00 2001 From: Nicolay Korslund Date: Sat, 6 Feb 2010 11:41:19 +0100 Subject: [PATCH] comment spell fix --- stream/servers/memory_stream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stream/servers/memory_stream.h b/stream/servers/memory_stream.h index e8c1dfbd5..f20fe204a 100644 --- a/stream/servers/memory_stream.h +++ b/stream/servers/memory_stream.h @@ -9,13 +9,13 @@ namespace Mangle { namespace Stream { // Do this before the class declaration, since the class itself -// depends on it. +// uses it. class MemoryStream; typedef boost::shared_ptr MemoryStreamPtr; /** A Stream wrapping a memory buffer - This will create a fully seekable stream out any pointer/length + This will create a fully seekable stream out of any pointer/length pair you give it. */ class MemoryStream : public Stream