From bdf23b6cd46b877ae251c1b6d65202c11e70a874 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 10 Mar 2015 12:39:59 -0500 Subject: cpukit: Remove old DESCRIPTION: in comments These were remnants of pre-Doxygen comment style. --- cpukit/score/src/coremutexsurrender.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/score/src/coremutexsurrender.c') diff --git a/cpukit/score/src/coremutexsurrender.c b/cpukit/score/src/coremutexsurrender.c index 7a7a047f39..8fba301de9 100644 --- a/cpukit/score/src/coremutexsurrender.c +++ b/cpukit/score/src/coremutexsurrender.c @@ -71,8 +71,6 @@ /* * _CORE_mutex_Surrender * - * DESCRIPTION: - * * This routine frees a unit to the mutex. If a task was blocked waiting for * a unit from this mutex, then that task will be readied and the unit * given to that task. Otherwise, the unit will be returned to the mutex. -- cgit v1.2.3