X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fvsprintf.h;h=e38076d22d4ff7d4aa2415430ee0328942041ab4;hb=80c914f1bb86d1b14a3cd993afdd20287d7a314b;hp=60e91d119eeed301799b3321d36d1616cdb9ae91;hpb=f272f1fcd9db5364a66652d2624b5672e2d398bd;p=oweals%2Fu-boot.git diff --git a/include/vsprintf.h b/include/vsprintf.h index 60e91d119e..e38076d22d 100644 --- a/include/vsprintf.h +++ b/include/vsprintf.h @@ -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.