summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/inline
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-30 17:02:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-30 17:02:15 +0000
commit956286dc20553c0c8c7b18f2b29d50c8b575de95 (patch)
treea28f5e7ef59207120cfe8c118a066649e4adf6dd /cpukit/posix/inline
parent2007-11-30 Daniel Hellstrom <daniel@gaisler.com> (diff)
downloadrtems-956286dc20553c0c8c7b18f2b29d50c8b575de95.tar.bz2
2007-11-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/inline/rtems/posix/priority.inl: Fix typo.
Diffstat (limited to 'cpukit/posix/inline')
-rw-r--r--cpukit/posix/inline/rtems/posix/priority.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/inline/rtems/posix/priority.inl b/cpukit/posix/inline/rtems/posix/priority.inl
index 3e4f798676..86368d2abe 100644
--- a/cpukit/posix/inline/rtems/posix/priority.inl
+++ b/cpukit/posix/inline/rtems/posix/priority.inl
@@ -12,7 +12,7 @@
/*
* 1003.1b-1993,2.2.2.80 definition of priority, p. 19
*
- * "Numericallly higher values represent higher priorities."
+ * "Numerically higher values represent higher priorities."
*
* Thus, RTEMS Core has priorities run in the opposite sense of the POSIX API.
*/