Make sure that labeling is used consistently in all function headers.

This commit is contained in:
Gregory Nutt
2018-02-01 10:00:02 -06:00
parent a096bc1266
commit 7cf88d7dbd
1171 changed files with 3042 additions and 3039 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ static inline void timer_free(struct posix_timer_s *timer)
* timer - The per-thread timer, previously created by the call to
* timer_create(), to be deleted.
*
* Return Value:
* Returned Value:
* If the call succeeds, timer_release() will return 0 (OK) or 1 (meaning
* that the timer is still valid). Otherwise, the function will return a
* negated errno value: