[rtems-schedsim commit] main_taskpriority.c: Fix typo
Joel Sherrill
joel at rtems.org
Wed May 14 14:47:38 UTC 2014
Module: rtems-schedsim
Branch: master
Commit: d23e0f0a3a3cd62c63abf5a91a9f1232a02d1f4c
Changeset: http://git.rtems.org/rtems-schedsim/commit/?id=d23e0f0a3a3cd62c63abf5a91a9f1232a02d1f4c
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Wed May 14 09:23:46 2014 -0500
main_taskpriority.c: Fix typo
---
schedsim/shell/shared/main_taskpriority.c | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/schedsim/shell/shared/main_taskpriority.c b/schedsim/shell/shared/main_taskpriority.c
index 04a8fe6..8087329 100644
--- a/schedsim/shell/shared/main_taskpriority.c
+++ b/schedsim/shell/shared/main_taskpriority.c
@@ -1,7 +1,11 @@
-/*
- * Task Delete Shell Command Implmentation
+/**
+ * @file
*
- * COPYRIGHT (c) 1989-2013.
+ * Task Set/Get Priority Shell Command Implmentation
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -50,7 +54,7 @@ int rtems_shell_main_task_priority(
new = (rtems_task_priority) tmp;
/*
- * Now priority the task
+ * Now set and/or obtain the priority the task
*/
status = rtems_task_set_priority( id, new, &old );
if ( status != RTEMS_SUCCESSFUL ) {
More information about the vc
mailing list