notify(2): fix typo

This commit is contained in:
Alex Musolino 2020-04-07 12:14:12 +09:30
parent 665b78da23
commit a3f6976a76

View file

@ -172,7 +172,7 @@ structure. Typically, the program counter will be overridden by the
first note handler to be the address of a separate function; first note handler to be the address of a separate function;
.B NSAVE .B NSAVE
is then a `trampoline' to that handler. is then a `trampoline' to that handler.
That handler may executed That handler may execute
.B noted(NRSTR) .B noted(NRSTR)
to return to the original program, usually after restoring the original program to return to the original program, usually after restoring the original program
counter. counter.