aboutsummaryrefslogtreecommitdiff
path: root/fesvr/htif_pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'fesvr/htif_pthread.h')
-rw-r--r--fesvr/htif_pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fesvr/htif_pthread.h b/fesvr/htif_pthread.h
index c00c382..ab56007 100644
--- a/fesvr/htif_pthread.h
+++ b/fesvr/htif_pthread.h
@@ -13,7 +13,7 @@ class htif_pthread_t : public htif_t
htif_pthread_t(int argc, char** argv);
virtual ~htif_pthread_t();
- // target inteface
+ // target interface
void send(const void* buf, size_t size);
void recv(void* buf, size_t size);
bool recv_nonblocking(void* buf, size_t size);