From 36655b870c09e090b515011961c36fabd3f70e37 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 16 Jul 2021 13:27:00 +0200 Subject: cpukit: occured -> occurred --- cpukit/libdrvmgr/drvmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libdrvmgr/drvmgr.c') diff --git a/cpukit/libdrvmgr/drvmgr.c b/cpukit/libdrvmgr/drvmgr.c index 43148fd76a..4f48a9e2fc 100644 --- a/cpukit/libdrvmgr/drvmgr.c +++ b/cpukit/libdrvmgr/drvmgr.c @@ -266,7 +266,7 @@ static int do_dev_init( /* Note: This init function may register new devices */ dev->error = init(dev); if (dev->error != DRVMGR_OK) { - /* An error of some kind has occured in the + /* An error of some kind has occurred in the * driver/device, the failed device is put into the * inactive list, this way Init2,3 and/or 4 will not * be called for this device. -- cgit v1.2.3