From 9afcff602019d1414bbeb08d0c040022ffab3025 Mon Sep 17 00:00:00 2001 From: cuz Date: Mon, 14 Feb 2005 09:39:46 +0000 Subject: [PATCH] Fixed two typos git-svn-id: svn://svn.cc65.org/cc65/trunk@3383 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- asminc/_heap.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asminc/_heap.inc b/asminc/_heap.inc index 97165786c..a7d6acea2 100644 --- a/asminc/_heap.inc +++ b/asminc/_heap.inc @@ -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