diff options
Diffstat (limited to 'src/utils/wpa_debug.h')
-rw-r--r-- | src/utils/wpa_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/wpa_debug.h b/src/utils/wpa_debug.h index 7f50e3f..2d23f06 100644 --- a/src/utils/wpa_debug.h +++ b/src/utils/wpa_debug.h @@ -43,7 +43,7 @@ void wpa_debug_close_file(void); /** * wpa_debug_printf_timestamp - Print timestamp for debug output * - * This function prints a timestamp in <seconds from 1970>.<microsoconds> + * This function prints a timestamp in seconds_from_1970.microsoconds * format if debug output has been configured to include timestamps in debug * messages. */ |