mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Fix spelling of "resetting".
Cover-Letter: Fixes several spelling errors for the words "resetting", "extended", "occur", and "multiple". Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:

committed by
Tom Rini

parent
da1a3bd4d3
commit
3450a8596d
@ -72,7 +72,7 @@ long trailing_strtoln(const char *str, const char *end);
|
||||
* panic() - Print a message and reset/hang
|
||||
*
|
||||
* Prints a message on the console(s) and then resets. If CONFIG_PANIC_HANG is
|
||||
* defined, then it will hang instead of reseting.
|
||||
* defined, then it will hang instead of resetting.
|
||||
*
|
||||
* @param fmt: printf() format string for message, which should not include
|
||||
* \n, followed by arguments
|
||||
@ -84,7 +84,7 @@ void panic(const char *fmt, ...)
|
||||
* panic_str() - Print a message and reset/hang
|
||||
*
|
||||
* Prints a message on the console(s) and then resets. If CONFIG_PANIC_HANG is
|
||||
* defined, then it will hang instead of reseting.
|
||||
* defined, then it will hang instead of resetting.
|
||||
*
|
||||
* This function can be used instead of panic() when your board does not
|
||||
* already use printf(), * to keep code size small.
|
||||
|
Reference in New Issue
Block a user