Skip to content

Commit 4157a27

Browse files
committed
Fixed typo in comment.
1 parent 084c8fa commit 4157a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/network/detail/debug.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
useful when NETWORK_DEBUG is turned on. Otherwise the macro amounts to a
1414
no-op.
1515
16-
The user can force the logging to be enabled by defining NETWORK_ENABLE_LOG.
16+
The user can force the logging to be enabled by defining NETWORK_ENABLE_LOGGING.
1717
*/
1818
#if defined(NETWORK_DEBUG) && !defined(NETWORK_ENABLE_LOGGING)
1919
# define NETWORK_ENABLE_LOGGING

0 commit comments

Comments
 (0)