1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

dm: typo prbing

%s/prbing/probing/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Igor Opaniuk <igor.opaniuk@gmail.com>
This commit is contained in:
Heinrich Schuchardt
2024-06-08 06:12:44 +02:00
committed by Tom Rini
parent 6f5c424177
commit 53de4841bd

View File

@@ -113,7 +113,7 @@ config DM_EVENT
select EVENT
help
This enables support for generating events related to driver model
operations, such as prbing or removing a device. Subsystems can
operations, such as probing or removing a device. Subsystems can
register a 'spy' function that is called when the event occurs. Such
subsystems must select this option.