summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-07-30 13:40:40 -0600
committerSimon Glass <sjg@chromium.org>2015-08-06 07:44:30 -0600
commit74356d7fb1715db41dcf5530108cc0db82f278d7 (patch)
tree6d8aabc04890bc2a5f27bf6e3bedb685c8be639e /include
parentf5c67ea036be174f75cb48b8f91894bc710811dd (diff)
downloadtalos-obmc-uboot-74356d7fb1715db41dcf5530108cc0db82f278d7.tar.gz
talos-obmc-uboot-74356d7fb1715db41dcf5530108cc0db82f278d7.zip
dm: core: Fix a typo in the uclass_get_device_by_name() comment
This function comment has a typo. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/dm/uclass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/uclass.h b/include/dm/uclass.h
index 3fe17397e1..d56877c898 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.
*
OpenPOWER on IntegriCloud