diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 07:32:57 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 07:46:19 -0400 |
| commit | f89c0aed6332dc63e31131225e6c79531166722f (patch) | |
| tree | 268ea5db09267ef17a0e9b86bee329ac41ab61bf /lib/zlog.h | |
| parent | d94ee2727bb53190facbf7c1611b98b071a555a8 (diff) | |
*: Fix spelling of wether
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/zlog.h')
| -rw-r--r-- | lib/zlog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zlog.h b/lib/zlog.h index a530c589a8..dcc0bf14e9 100644 --- a/lib/zlog.h +++ b/lib/zlog.h @@ -68,7 +68,7 @@ struct xrefdata_logmsg { * initialization and/or before config load. There is no need to call e.g. * fprintf(stderr, ...) just because it's "too early" at startup. Depending * on context, it may still be the right thing to use fprintf though -- try to - * determine wether something is a log message or something else. + * determine whether something is a log message or something else. */ extern void vzlogx(const struct xref_logmsg *xref, int prio, |
