From 171bf9f7bc2ab468c9269444497dc0f36c29abf2 Mon Sep 17 00:00:00 2001 From: skyjake Date: Thu, 22 Nov 2012 14:00:01 +0200 Subject: [PATCH] Documentation: Language --- doomsday/libdeng2/include/de/filesys/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doomsday/libdeng2/include/de/filesys/file.h b/doomsday/libdeng2/include/de/filesys/file.h index a118649e84..df6c50a5e3 100644 --- a/doomsday/libdeng2/include/de/filesys/file.h +++ b/doomsday/libdeng2/include/de/filesys/file.h @@ -41,7 +41,7 @@ namespace de * Implements the IIOStream interface to allow files to receive and send * out a stream of bytes. The default implementation only throws an * exception -- it is up to subclasses to implement the stream in the - * context suitable for the concrete file class. + * context of the concrete file class. * * Note that the constructor of File is protected: only subclasses can be * instantiated.