diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2017-08-10 13:35:19 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2017-08-10 13:35:19 +0000 |
commit | ebcee9da6a415027be702a559cbee5f581b9dd80 (patch) | |
tree | 5141e6789260e7d0e383475f2123d78c41b08a50 /include | |
parent | 997c36af0ac6a9f0bc1357be58a133b385140fe9 (diff) |
fix typo in comment
Diffstat (limited to 'include')
-rw-r--r-- | include/tib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tib.h b/include/tib.h index 597d2496bcd..ce170be3c7a 100644 --- a/include/tib.h +++ b/include/tib.h @@ -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 |