summaryrefslogtreecommitdiff
path: root/nuttx/sched/timer_release.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/timer_release.c')
-rw-r--r--nuttx/sched/timer_release.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/sched/timer_release.c b/nuttx/sched/timer_release.c
index 83f86954b..ed83b5f53 100644
--- a/nuttx/sched/timer_release.c
+++ b/nuttx/sched/timer_release.c
@@ -2,7 +2,7 @@
* timer_release.c
*
* Copyright (C) 2008 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -65,7 +65,7 @@
********************************************************************************/
/********************************************************************************
- * Function: timer_free
+ * Name: timer_free
*
* Description:
* Remove the timer from the allocated timer list and free it or return it to
@@ -106,7 +106,7 @@ static inline void timer_free(struct posix_timer_s *timer)
********************************************************************************/
/********************************************************************************
- * Function: timer_release
+ * Name: timer_release
*
* Description:
* timer_release implements the heart of timer_delete. It is private to the