notify(2): fix typo
This commit is contained in:
parent
665b78da23
commit
a3f6976a76
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue