commit | 3f7f78971e8ca2b786a72d1cfc225d1b3636dabd | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 15 01:08:42 2015 +0900 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 20 07:21:47 2015 -0600 |
tree | a089f5fc3320265c611c695c5dbb96d8384b6a4d | |
parent | 200f6d0ee89e7119431ddfd0168ec170ebdd9662 [diff] |
libfdt: fix description of fdt_get_string() Looks like this comment was copied from that of fdt_get_string_index(). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Fixes: 5094eb408a5d ("fdt: Add functions to retrieve strings") Acked-by: Simon Glass <sjg@chromium.org>