diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-07 13:25:53 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-07 13:25:53 +0000 |
commit | 58f7d004fddd2cccdb019be59b6cc7a8abe50510 (patch) | |
tree | 97d14f24e68ec6d32d114af62dab293a9abeb10c /nest/proto-hooks.c | |
parent | 38203d789a872077ec174a63a448568725e4715f (diff) |
Fixes to the progdoc.
Diffstat (limited to 'nest/proto-hooks.c')
-rw-r--r-- | nest/proto-hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/proto-hooks.c b/nest/proto-hooks.c index 29be6972..4035fdd7 100644 --- a/nest/proto-hooks.c +++ b/nest/proto-hooks.c @@ -9,7 +9,7 @@ /** * DOC: Protocol hooks * - * Each protocol provides a rich set of hook functions referred to by pointers + * Each protocol can provide a rich set of hook functions referred to by pointers * in either the &proto or &protocol structure. They are called by the core whenever * it wants the protocol to perform some action or to notify the protocol about * any change of its environment. All of the hooks can be set to %NULL which means |