From 1188ef2cfa896db519e1fd040127ee03b0fcf225 Mon Sep 17 00:00:00 2001 From: guenther <> Date: Thu, 10 Aug 2017 13:35:18 +0000 Subject: [PATCH] fix typo in comment --- src/include/tib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/tib.h b/src/include/tib.h index 597d2496..ce170be3 100644 --- a/src/include/tib.h +++ b/src/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 * @@ -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