diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-08 12:37:21 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-08 12:37:21 +0000 |
commit | 725270cb1da0672128675924844531e56c6ea64e (patch) | |
tree | 06fcfcd87498d35138a888719a35128df1ed8438 /lib/ip.c | |
parent | 8d56febe64769c19a06c2c0f3ff121d25eceaa5b (diff) |
Fixes for the programmer's manual.
Diffstat (limited to 'lib/ip.c')
-rw-r--r-- | lib/ip.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ * BIRD uses its own abstraction of IP address in order to share the same * code for both IPv4 and IPv6. IP addresses are represented as entities * of type &ip_addr which are never to be treated as numbers and instead - * they should be manipulated using the following functions and macros. + * they must be manipulated using the following functions and macros. */ /** |