]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/vsprintf.h
bootstage: Record the time taken to set up driver model
[people/ms/u-boot.git] / include / vsprintf.h
index 60e91d119eeed301799b3321d36d1616cdb9ae91..e38076d22d4ff7d4aa2415430ee0328942041ab4 100644 (file)
@@ -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.