Skip to content

Commit 1d3ee1f

Browse files
committed
impl
1 parent 29c6ba0 commit 1d3ee1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logging.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ typedef enum _log_area_t {
4848
DISCOVERY
4949
} log_area_t;
5050

51-
/** names of the values of `log_area_t` as strings for printing */
51+
/** names of the values of `log_area_t` as strings for parsing */
5252
extern char *log_area_names[];
5353

5454
/** number of log areas in `log_area_t`, excluding `ALL` and `RESERVED` */

0 commit comments

Comments
 (0)