summaryrefslogtreecommitdiffstats
path: root/src/device/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/device.c')
-rw-r--r--src/device/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/device.c b/src/device/device.c
index 4cb0ec40cf92..a635e731dd8f 100644
--- a/src/device/device.c
+++ b/src/device/device.c
@@ -579,7 +579,7 @@ void dev_initialize(void)
* Finalize a specific device.
*
* The parent should be finalized first to avoid having an ordering problem.
- * This is done by calling the parent's final() method before its childrens'
+ * This is done by calling the parent's final() method before its children's
* final() methods.
*
* @param dev The device to be initialized.