Changeset d23e0f0 in rtems-schedsim


Ignore:
Timestamp:
05/14/14 14:23:46 (10 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
master
Children:
55b4c3e
Parents:
9f8d56e
git-author:
Joel Sherrill <joel.sherrill@…> (05/14/14 14:23:46)
git-committer:
Joel Sherrill <joel.sherrill@…> (05/14/14 14:40:20)
Message:

main_taskpriority.c: Fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedsim/shell/shared/main_taskpriority.c

    r9f8d56e rd23e0f0  
     1/**
     2 *  @file
     3 *
     4 *  Task Set/Get Priority Shell Command Implmentation
     5 */
     6
    17/*
    2  *  Task Delete Shell Command Implmentation
    3  *
    4  *  COPYRIGHT (c) 1989-2013.
     8 *  COPYRIGHT (c) 1989-2014.
    59 *  On-Line Applications Research Corporation (OAR).
    610 *
     
    5155
    5256  /*
    53    *  Now priority the task
     57   *  Now set and/or obtain the priority the task
    5458   */
    5559  status = rtems_task_set_priority( id, new, &old );
Note: See TracChangeset for help on using the changeset viewer.