[U-Boot] [PATCH 2/6] dm: core: Fix a typo in the uclass_get_device_by_name() comment
Simon Glass
sjg at chromium.org
Thu Jul 30 21:40:40 CEST 2015
This function comment has a typo. Fix it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
include/dm/uclass.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/dm/uclass.h b/include/dm/uclass.h
index 3fe1739..d56877c 100644
--- a/include/dm/uclass.h
+++ b/include/dm/uclass.h
@@ -130,7 +130,7 @@ int uclass_get(enum uclass_id key, struct uclass **ucp);
int uclass_get_device(enum uclass_id id, int index, struct udevice **devp);
/**
- * uclass_get_device_by_name() - Get a uclass device by it's name
+ * uclass_get_device_by_name() - Get a uclass device by its name
*
* This searches the devices in the uclass for one with the exactly given name.
*
--
2.5.0.rc2.392.g76e840b
More information about the U-Boot
mailing list