summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 13:26:12 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 13:26:12 -0600
commite0eb07a22b6d4e517ed6c69c25af4f6f783a69e9 (patch)
tree518bfe9e11f3113d790534986435cc6cbb7bf039 /cpukit/rtems
parentFix a number of minor Doxygen formatting issues (diff)
downloadrtems-e0eb07a22b6d4e517ed6c69c25af4f6f783a69e9.tar.bz2
Fix more Doxygen typos
Diffstat (limited to 'cpukit/rtems')
-rw-r--r--cpukit/rtems/include/rtems/rtems/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/event.h b/cpukit/rtems/include/rtems/rtems/event.h
index 451a313482..dce7de1165 100644
--- a/cpukit/rtems/include/rtems/rtems/event.h
+++ b/cpukit/rtems/include/rtems/rtems/event.h
@@ -224,7 +224,7 @@ rtems_status_code rtems_event_send (
* This directive attempts to receive the event condition specified in
* @a event_in. If @a event_in is set to @ref RTEMS_PENDING_EVENTS, then the
* current pending events are returned in @a event_out and left pending. The
- * @aref RTEMS_WAIT and @aref RTEMS_NO_WAIT options in the @a option_set
+ * @ref RTEMS_WAIT and @ref RTEMS_NO_WAIT options in the @a option_set
* parameter are used to specify whether or not the task is willing to wait
* for the event condition to be satisfied. The @ref RTEMS_EVENT_ANY and @ref
* RTEMS_EVENT_ALL are used in the @a option_set parameter to specify whether