summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2017-03-12 12:11:11 +0000
committerkib <kib@FreeBSD.org>2017-03-12 12:11:11 +0000
commit703546d3fe8b2b3aa3bf108f0d5e7104546f7b13 (patch)
tree97b50c445222e128c51d1c96eacb107296be06e6 /sys/sys
parent295baab0727dd2718c582aaac1597f1040bb2010 (diff)
downloadFreeBSD-src-703546d3fe8b2b3aa3bf108f0d5e7104546f7b13.zip
FreeBSD-src-703546d3fe8b2b3aa3bf108f0d5e7104546f7b13.tar.gz
MFC r314960:
Fix typo in comment.
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/signalvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/signalvar.h b/sys/sys/signalvar.h
index a8a975f..cd4213c 100644
--- a/sys/sys/signalvar.h
+++ b/sys/sys/signalvar.h
@@ -235,7 +235,7 @@ typedef struct ksiginfo {
#define KSI_TRAP 0x01 /* Generated by trap. */
#define KSI_EXT 0x02 /* Externally managed ksi. */
#define KSI_INS 0x04 /* Directly insert ksi, not the copy */
-#define KSI_SIGQ 0x08 /* Generated by sigqueue, might ret EGAIN. */
+#define KSI_SIGQ 0x08 /* Generated by sigqueue, might ret EAGAIN. */
#define KSI_HEAD 0x10 /* Insert into head, not tail. */
#define KSI_COPYMASK (KSI_TRAP|KSI_SIGQ)
OpenPOWER on IntegriCloud