summaryrefslogtreecommitdiffstats
path: root/cpukit/libdrvmgr/drvmgr_unregister.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libdrvmgr/drvmgr_unregister.c')
-rw-r--r--cpukit/libdrvmgr/drvmgr_unregister.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libdrvmgr/drvmgr_unregister.c b/cpukit/libdrvmgr/drvmgr_unregister.c
index 47ad3b7866..fae5363651 100644
--- a/cpukit/libdrvmgr/drvmgr_unregister.c
+++ b/cpukit/libdrvmgr/drvmgr_unregister.c
@@ -25,7 +25,7 @@ int drvmgr_children_unregister(struct drvmgr_bus *bus)
while (bus->children != NULL) {
err = drvmgr_dev_unregister(bus->children);
if (err != DRVMGR_OK) {
- /* An error occured */
+ /* An error occurred */
bus->children->error = err;
return err;
}