From 72114c01b08c5bcd30a5781d8f9039fc45c7f784 Mon Sep 17 00:00:00 2001 From: mccallum Date: Thu, 22 Feb 1996 15:04:58 +0000 Subject: [PATCH] Comment change. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@939 72102866-910b-0410-8b05-ffd578937521 --- Source/Archiver.m | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Source/Archiver.m b/Source/Archiver.m index 70d74685c..ca29dffee 100644 --- a/Source/Archiver.m +++ b/Source/Archiver.m @@ -25,10 +25,11 @@ #include #include -/* Eventually some functionality may be moved out of Coder and - into these objects. +/* Eventually some functionality may be moved out of Encoder and + Decoder and into these objects. - These class should be used as concrete classes, not the Coder class. */ + These class should be used as concrete classes, not the Coder, + Encoder or Decoder classes. */ @implementation Archiver @end