]> git.sur5r.net Git - cc65/commitdiff
Fixed two typos
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 14 Feb 2005 09:39:46 +0000 (09:39 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 14 Feb 2005 09:39:46 +0000 (09:39 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3383 b7a2c559-68d2-44c3-8de9-860c34a00d81

asminc/_heap.inc

index 97165786c0017bdbeb6f87c29e6f68c62b743d92..a7d6acea2346ae144402b71a3a58a0088752090c 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; _heap.inc
 ;
-; (C) Copyright 2003 Ullrich von Bassewitz (uz@cc65.org)
+; (c) Copyright 2003, Ullrich von Bassewitz (uz@cc65.org)
 ;
 
 ; Assembler include file that makes the constants and structures in _heap.h
@@ -25,7 +25,7 @@
 .endstruct
 
 HEAP_MIN_BLOCKSIZE  = .sizeof (freeblock)   ; Minimum size of an allocated block
-HEAP_ADMIN_SPACE    = .sizeof (usedblock)   ; Additional space for used bocks
+HEAP_ADMIN_SPACE    = .sizeof (usedblock)   ; Additional space for used bock
 
 ; Variables
 .global         __heaporg