Skip to content

Commit e5313e9

Browse files
author
Vladimir Kotal
committed
fix wording
1 parent b1f4e37 commit e5313e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signals.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
program behavior is undefined.
239239
\end{itemize}
240240
\item Bottom line is that if a hardware generated error is real (i.e. the signal
241-
is not send via \funnm{kill} or similar functions), the process may never get
241+
is not sent via \funnm{kill} or similar), the process may never get
242242
over that error at all. It is not safe to ignore such errors, continue after
243243
returning from a handler, or mask such signals. You can catch such signals
244244
though, the standard does not prohibit that. However, if you do, you should do

0 commit comments

Comments
 (0)