From: cuz Date: Tue, 4 Nov 2003 19:26:24 +0000 (+0000) Subject: Fixed a typo X-Git-Tag: V2.12.0~1188 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=004adaaac2fca249060d4240e075509ddb6c3552;p=cc65 Fixed a typo git-svn-id: svn://svn.cc65.org/cc65/trunk@2611 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/peekpoke.h b/include/peekpoke.h index db5fd2294..4c1156ec3 100644 --- a/include/peekpoke.h +++ b/include/peekpoke.h @@ -1,6 +1,6 @@ /*****************************************************************************/ /* */ -/* c64.h */ +/* peekpoke.h */ /* */ /* PEEK and POKE macros for those who want to write BASIC code in C */ /* */