Fix typo.

This commit is contained in:
Ralf Corsepius
2005-01-05 18:17:01 +00:00
parent 55068fa506
commit 08885d631d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 *
+1 -1
View File
@@ -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.
*
*/