From: uz Date: Sun, 1 Apr 2012 15:48:53 +0000 (+0000) Subject: Fixed a comment. X-Git-Tag: V2.14~436 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=baa4774b08765b91f0a49ecb1c2ab5ef39bb949a;p=cc65 Fixed a comment. git-svn-id: svn://svn.cc65.org/cc65/trunk@5631 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/common/attrib.h b/src/common/attrib.h index a8913431b..b2f2aa72b 100644 --- a/src/common/attrib.h +++ b/src/common/attrib.h @@ -1,12 +1,12 @@ /*****************************************************************************/ /* */ -/* typeattr.h */ +/* attrib.h */ /* */ /* Handle gcc attributes */ /* */ /* */ /* */ -/* (C) 2000-2009, Ullrich von Bassewitz */ +/* (C) 2000-2012, Ullrich von Bassewitz */ /* Roemerstrasse 52 */ /* D-70794 Filderstadt */ /* EMail: uz@cc65.org */