aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2019-05-15 20:23:13 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2019-05-15 20:23:13 +0200
commit62e6564750b3c8cadbf58bbdd55dda17b51a6b4f (patch)
treef8a4b2cf69c7ae641731326d2a0e799daff6a441
parent22d06f999498fb9150deb8fd0e08b9b538249523 (diff)
downloadembedlog-62e6564750b3c8cadbf58bbdd55dda17b51a6b4f.tar.gz
embedlog-62e6564750b3c8cadbf58bbdd55dda17b51a6b4f.tar.bz2
embedlog-62e6564750b3c8cadbf58bbdd55dda17b51a6b4f.zip
nclude/embedlog.h.in: fix typo
Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
-rw-r--r--include/embedlog.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/embedlog.h.in b/include/embedlog.h.in
index 912bb20..8559c02 100644
--- a/include/embedlog.h.in
+++ b/include/embedlog.h.in
@@ -54,7 +54,7 @@ extern "C" {
#endif
#if (__STDC_VERSION__ >= 199901L)
- /* options for c99 users, they can affort more */
+ /* options for c99 users, they can afford more */
# define EL_FUNC_NAME __func__
# ifdef NDEBUG
# define EL_DEBUG(...) ((void)0)