From 694597de3b77db6d2973fe0e40a19a490a4fa7db Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 15 Sep 2014 08:19:51 +0200 Subject: [PATCH] devtls: fix typo in debug print --- sys/src/9/port/devtls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/9/port/devtls.c b/sys/src/9/port/devtls.c index c211695d4..d0550a7aa 100644 --- a/sys/src/9/port/devtls.c +++ b/sys/src/9/port/devtls.c @@ -1824,7 +1824,7 @@ tlsError(TlsRec *tr, char *msg) { int s; -if(tr->debug)pprint("tleError %s\n", msg); +if(tr->debug)pprint("tlsError %s\n", msg); lock(&tr->statelk); s = tr->state; tr->state = SError;