Browse Source

fix typo in comment

OPENBSD_6_2
guenther 6 years ago
parent
commit
1188ef2cfa
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/include/tib.h

+ 2
- 2
src/include/tib.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: tib.h,v 1.4 2017/04/20 16:07:52 visa Exp $ */
/* $OpenBSD: tib.h,v 1.5 2017/08/10 13:35:18 guenther Exp $ */
/*
* Copyright (c) 2011,2014 Philip Guenther <guenther@openbsd.org>
*
@ -98,7 +98,7 @@
#endif
/*
* tib_cantcancel values is non-zero is the thread should skip all
* tib_cantcancel values is non-zero if the thread should skip all
* cancellation processing
*/
#define CANCEL_DISABLED 1


Loading…
Cancel
Save