Skip to content

Commit 6dadbd5

Browse files
author
Vladimir Kotal
committed
fix wording
1 parent bbcd784 commit 6dadbd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@
593593
\item The \funnm{pthread\_cleanup\_push} and \funnm{pthread\_cleanup\_pop}
594594
functions provide sort of a bracketing around code block that might need a
595595
cleanup. In fact, more often than not these functions are implemented as macros
596-
that open and close code blocks. This enforces this usage pattern
596+
that open and close a code block. This enforces this usage pattern
597597
(and causes trouble with \texttt{goto} statements).
598598
\item Run a C preprocessor on \example{pthreads/pthread-cleanup.c} and see how
599599
this is done.

0 commit comments

Comments
 (0)