Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/net Correct spelling of "constraints". Noted by Adr...



details:   https://anonhg.NetBSD.org/src/rev/b79bd6ef715d
branches:  trunk
changeset: 537540:b79bd6ef715d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Oct 02 10:53:50 2002 +0000

description:
Correct spelling of "constraints". Noted by Adrian Mrva.

diffstat:

 lib/libc/net/inet6_option_space.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 481bea51a382 -r b79bd6ef715d lib/libc/net/inet6_option_space.3
--- a/lib/libc/net/inet6_option_space.3 Wed Oct 02 10:50:04 2002 +0000
+++ b/lib/libc/net/inet6_option_space.3 Wed Oct 02 10:53:50 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: inet6_option_space.3,v 1.6 2002/02/07 07:00:21 ross Exp $
+.\"    $NetBSD: inet6_option_space.3,v 1.7 2002/10/02 10:53:50 wiz Exp $
 .\"    $KAME: inet6_option_space.3,v 1.7 2000/05/17 14:32:13 itojun Exp $
 .\"
 .\" Copyright (c) 1983, 1987, 1991, 1993
@@ -63,7 +63,7 @@
 .Sh DESCRIPTION
 .\"
 Building and parsing the Hop-by-Hop and Destination options is
-complicated due to alignment constranints, padding and
+complicated due to alignment constraints, padding and
 ancillary data manipulation.
 RFC2292 defines a set of functions to help the application.
 The function prototypes for



Home | Main Index | Thread Index | Old Index