]> pd.if.org Git - pdclib/blobdiff - platform/posix/functions/_PDCLIB/_PDCLIB_Exit.c
Cosmetic comment fixes.
[pdclib] / platform / posix / functions / _PDCLIB / _PDCLIB_Exit.c
index 0c41d810e7ebf4d8a0543a145c5d89a7d773615e..6af5459c1a0782b4fa1c41c876d6377b571c5bca 100644 (file)
@@ -1,13 +1,9 @@
-/* _PDCLIB_exit( int )
+/* _PDCLIB_Exit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-/* This is an example implementation of _PDCLIB_exit() fit for use with POSIX
-   kernels.
-*/
-
 #include <stdlib.h>
 
 #ifndef REGTEST