summaryrefslogtreecommitdiffstats
path: root/lib/ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ip.c')
-rw-r--r--lib/ip.c2
1 files changed, 1 insertions, 1 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.
*/
/**