diff options
author | Walt Feasel <waltfeasel@gmail.com> | 2016-11-23 01:26:14 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-04 13:54:58 -0500 |
commit | 83f9ecbe2190ddea2d6bb903e3361a013af913b3 (patch) | |
tree | 8dd36a56d2fb1fa4b9806f472c94a1cb33515a3d /api | |
parent | c9db75a06673abc7cbf275246931021bb254d1f5 (diff) | |
download | u-boot-83f9ecbe2190ddea2d6bb903e3361a013af913b3.zip u-boot-83f9ecbe2190ddea2d6bb903e3361a013af913b3.tar.gz u-boot-83f9ecbe2190ddea2d6bb903e3361a013af913b3.tar.bz2 |
Cosmetic api: api_storage.c Spelling correction
Make spelling correction for 'from'
Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
Diffstat (limited to 'api')
-rw-r--r-- | api/api_storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/api_storage.c b/api/api_storage.c index 99045d2..bd43144 100644 --- a/api/api_storage.c +++ b/api/api_storage.c @@ -256,7 +256,7 @@ static int dev_enum_stor(int type, struct device_info *di) /* * 2b. If enumerating devices in this group did not * happen before, it means the cookie pointed to a - * device frome some other group (another storage + * device from some other group (another storage * group, or network); in this case try to take the * first available device from our group */ |