summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-05 18:17:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-05 18:17:01 +0000
commit08885d631d26cbaa535d4d07446afc395bb0555a (patch)
treec0fc23155d96ffed2baba6b51e5a9ac185ca1845 /cpukit
parent2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-08885d631d26cbaa535d4d07446afc395bb0555a.tar.bz2
Fix typo.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libblock/src/diskdevs.c2
-rw-r--r--cpukit/libmisc/capture/capture.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libblock/src/diskdevs.c b/cpukit/libblock/src/diskdevs.c
index 3e7f9fd598..25b8287610 100644
--- a/cpukit/libblock/src/diskdevs.c
+++ b/cpukit/libblock/src/diskdevs.c
@@ -61,7 +61,7 @@ static volatile rtems_boolean diskdevs_protected;
* dev - device id (major, minor)
*
* RETURNS:
- * pointer to the disk device descirptor entry, or NULL if no memory
+ * pointer to the disk device descriptor entry, or NULL if no memory
* available for its creation.
*/
static disk_device *
diff --git a/cpukit/libmisc/capture/capture.c b/cpukit/libmisc/capture/capture.c
index c8fd751918..c9f337afc1 100644
--- a/cpukit/libmisc/capture/capture.c
+++ b/cpukit/libmisc/capture/capture.c
@@ -142,7 +142,7 @@ rtems_capture_match_names (rtems_name lhs, rtems_name rhs)
* DESCRIPTION:
*
* This function duplicates an rtems_names. It protects the
- * cpature engine from a change to the way names are supported
+ * capture engine from a change to the way names are supported
* in RTEMS.
*
*/