]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: Fix a comment in os_find_u_boot()
authorSimon Glass <sjg@chromium.org>
Wed, 7 Aug 2024 22:47:20 +0000 (16:47 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Aug 2024 22:03:19 +0000 (16:03 -0600)
commitd9f1b00bc7f6145dd9f2951dd2dc140a4b0a5472
treea47724fafd5452b0081991ac0130e8419d1efa9c
parent46ef4e82200fcfdf156fc2374ffd3c8aa19dee79
sandbox: Fix a comment in os_find_u_boot()

Fix a missing dot in a comment, since '..' is confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
arch/sandbox/cpu/os.c