diff options
-rw-r--r-- | sys/src/9/port/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/port/error.h b/sys/src/9/port/error.h index e9ff15023..e9a4367dc 100644 --- a/sys/src/9/port/error.h +++ b/sys/src/9/port/error.h @@ -41,7 +41,7 @@ extern char Enoswap[]; /* swap space full */ extern char Esoverlap[]; /* segments overlap */ extern char Emouseset[]; /* mouse type already set */ extern char Eshort[]; /* i/o count too small */ -extern char Egreg[]; /* jmk added reentrancy for threads */ +extern char Egreg[]; /* the front fell off */ extern char Ebadspec[]; /* bad attach specifier */ extern char Enoreg[]; /* process has no saved registers */ extern char Enoattach[]; /* mount/attach disallowed */ |