Standardization of some function headers.

This commit is contained in:
Gregory Nutt
2018-03-13 09:52:27 -06:00
parent c268288c17
commit b54ffe858a
488 changed files with 2008 additions and 2007 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ static inline void timer_free(struct posix_timer_s *timer)
* the OS internals and differs only in that return value of 1 means that
* the timer was not actually deleted.
*
* Parameters:
* Input Parameters:
* timer - The per-thread timer, previously created by the call to
* timer_create(), to be deleted.
*