Changeset 569:a88aa4522961

Show
Ignore:
Timestamp:
06/02/08 00:27:45 (7 months ago)
Author:
David Anderson <dave@…>
Branch:
default
Message:

Fix up the documentation for memmap.h.

Adjust the copyright in consequence.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • nxos/base/memmap.h

    r335 r569  
    44 * Kernels often need to know where things are in RAM and how they 
    55 * started up, if only to know where the code expects the stack to be, 
    6  * or where there is free space that can be 
     6 * or where there is free space that can be used for user 
     7 * applications. 
    78 */ 
    89 
    9 /* Copyright (C) 2007 the NxOS developers 
     10/* Copyright (c) 2007,2008 the NxOS developers 
    1011 * 
    1112 * See AUTHORS for a full list of the developers.