Skip to content

Commit

Permalink
Typo fix in thread.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jogo- authored and mguentner committed Mar 9, 2021
1 parent e7aab97 commit bc3319a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Thread {
Thread();
virtual ~Thread();
virtual int start();
/* this is function tell the thread to stop */
/* this is the function to tell the thread to stop */
virtual void stop();
/* joins the thread */
void join();
Expand Down

0 comments on commit bc3319a

Please sign in to comment.