diff options
Diffstat (limited to 'mps/code/boot.c')
| -rw-r--r-- | mps/code/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/boot.c b/mps/code/boot.c index bd4f9d4b61e..4f4e5330390 100644 --- a/mps/code/boot.c +++ b/mps/code/boot.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* impl.c.boot: BOOTSTRAP ALLOCATOR | 1 | /* impl.c.boot: BOOTSTRAP ALLOCATOR |
| 2 | * | 2 | * |
| 3 | * $Id$ | 3 | * $Id$ |
| 4 | * Copyright (c) 2001 Ravenbrook Limited. | 4 | * Copyright (c) 2001 Ravenbrook Limited. See end of file for license. |
| 5 | * | 5 | * |
| 6 | * .overview: A structure and protocols for allocating memory from a | 6 | * .overview: A structure and protocols for allocating memory from a |
| 7 | * given block. Very simple, it basically just increments a pointer. | 7 | * given block. Very simple, it basically just increments a pointer. |