Comment change.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@939 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-02-22 15:04:58 +00:00
parent cc1237bcaa
commit 72114c01b0

View file

@ -25,10 +25,11 @@
#include <objects/Archiver.h>
#include <assert.h>
/* 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