lib: os: cbprintf_complete: fix typo in cbvprintf width comment
This commit fixes a subtle typo - width instead of with. Signed-off-by: Jennifer Williams <jennifer.m.williams@intel.com>
This commit is contained in:
parent
e6248db31d
commit
b773ec1675
1 changed files with 1 additions and 1 deletions
|
@ -1389,7 +1389,7 @@ int cbvprintf(cbprintf_cb out, void *ctx, const char *fp, va_list ap)
|
|||
fp = extract_conversion(conv, sp);
|
||||
|
||||
/* If dynamic width is specified, process it,
|
||||
* otherwise set with if present.
|
||||
* otherwise set width if present.
|
||||
*/
|
||||
if (conv->width_star) {
|
||||
width = va_arg(ap, int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue