pspin.c: Comment clean up

This commit is contained in:
Joel Sherrill
2013-12-09 12:52:55 -06:00
parent 7bb333919a
commit 1de916b45b

View File

@@ -1,19 +1,11 @@
/**
* @file
*
* This file contains the initialization of the POSIX Spinlock Manager.
*/
/* /*
* Spinlock Manager * COPYRIGHT (c) 1989-2013.
*
* DESCRIPTION:
*
* This package is the implementation of the Spinlock Manager.
*
* Directives provided are:
*
* + create a spinlock
* + get an ID of a spinlock
* + delete a spinlock
* + acquire a spinlock
* + release a spinlock
*
* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be
@@ -34,7 +26,6 @@
/** /**
* @brief _POSIX_Spinlock_Manager_initialization * @brief _POSIX_Spinlock_Manager_initialization
*/ */
void _POSIX_Spinlock_Manager_initialization(void) void _POSIX_Spinlock_Manager_initialization(void)
{ {
_Objects_Initialize_information( _Objects_Initialize_information(