X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/76a608af8e342b50718cfd0e53c0fa932304dbd9..f1202c3fa9eb6473c3921ca56d399dee76699650:/client/ui.c diff --git a/client/ui.c b/client/ui.c index 2c344b68..0bab2eb3 100644 --- a/client/ui.c +++ b/client/ui.c @@ -33,7 +33,7 @@ void PrintAndLog(char *fmt, ...) // struct tm* tm_info; // char buffer[26] = {0}; - // lock this section to avoid interlacing prints from different threats + // lock this section to avoid interlacing prints from different threads pthread_mutex_lock(&print_lock); if (logging && !logfile) {