From: iceman1001 Date: Tue, 14 Mar 2017 07:30:46 +0000 (+0100) Subject: textual (piwi) X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/f1202c3fa9eb6473c3921ca56d399dee76699650?hp=76a608af8e342b50718cfd0e53c0fa932304dbd9 textual (piwi) --- 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) {