]> git.lizzy.rs Git - plan9front.git/commitdiff
notify(2): fix typo
authorAlex Musolino <alex@musolino.id.au>
Tue, 7 Apr 2020 02:44:12 +0000 (12:14 +0930)
committerAlex Musolino <alex@musolino.id.au>
Tue, 7 Apr 2020 02:44:12 +0000 (12:14 +0930)
sys/man/2/notify

index fb3883b78cd4065a3dd9614b00f48b1e4b5413d4..01f9e46c6ff2b0d9cc44c907f636f07757070020 100644 (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;
 .B NSAVE
 is then a `trampoline' to that handler.
-That handler may executed
+That handler may execute
 .B noted(NRSTR)
 to return to the original program, usually after restoring the original program
 counter.