]> source.dussan.org Git - tigervnc.git/commitdiff
Fix typo in include protector
authorPierre Ossman <ossman@cendio.se>
Thu, 7 Jul 2016 13:35:45 +0000 (15:35 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 7 Jul 2016 13:36:36 +0000 (15:36 +0200)
common/os/Thread.h

index 1a9aa54b9be24473cb8f0a8040df2ca3d875091f..bca41bbc1218dbd4d056b60510f8e90e78874bd2 100644 (file)
@@ -17,7 +17,7 @@
  */
 
 #ifndef __OS_THREAD_H__
-#define __OP_THREAD_H__
+#define __OS_THREAD_H__
 
 namespace os {
   class Mutex;