summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-06-08 14:37:21 +0200
committerMartin Mares <mj@ucw.cz>2000-06-08 14:37:21 +0200
commit725270cb1da0672128675924844531e56c6ea64e (patch)
tree06fcfcd87498d35138a888719a35128df1ed8438 /lib
parent8d56febe64769c19a06c2c0f3ff121d25eceaa5b (diff)
downloadbird-725270cb1da0672128675924844531e56c6ea64e.tar
bird-725270cb1da0672128675924844531e56c6ea64e.zip
Fixes for the programmer's manual.
Diffstat (limited to 'lib')
-rw-r--r--lib/ip.c2
-rw-r--r--lib/resource.sgml2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ip.c b/lib/ip.c
index 7382c8d..b940bf5 100644
--- a/lib/ip.c
+++ b/lib/ip.c
@@ -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.
*/
/**
diff --git a/lib/resource.sgml b/lib/resource.sgml
index 6b6dd7d..48974f0 100644
--- a/lib/resource.sgml
+++ b/lib/resource.sgml
@@ -18,7 +18,7 @@ references to.
<p>We've tried to solve this problem by employing a resource tracking
system which keeps track of all the resources allocated by all the
modules of BIRD, deallocates everything automatically when a module
-shuts down and it's is able to print out the list of resources and
+shuts down and it is able to print out the list of resources and
the corresponding modules they are allocated by.
<p>Each allocated resource (from now we'll speak about allocated