Changeset 586:c4c0373e04a8

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

Remove a redundant comment from core.c and tweak docs.

Location:
nxos/base
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • nxos/base/_core.h

    r573 r586  
    3131 
    3232/** Initialize the baseplate and run the application payload. 
    33  * 
    3433 */ 
    3534void nx__kernel_main(void); 
  • nxos/base/core.c

    r492 r586  
    1 /* Copyright (C) 2007 the NxOS developers 
     1/* Copyright (c) 2007,2008 the NxOS developers 
    22 * 
    33 * See AUTHORS for a full list of the developers. 
     
    8585} 
    8686 
    87 /* This function is not part of the public API, but is invoked from 
    88  * init.S. 
    89  */ 
    9087void nx__kernel_main(void) { 
    9188  core_init();