diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-06 12:04:54 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-06 12:04:54 +0000 |
commit | 7dcfea0100bdd36891f50e5740f8a01da166b7a8 (patch) | |
tree | 710cb9ca4437832e789d408b97eb9385cd7091d9 /lib/libipx | |
parent | 2f1d3e2cdf4534d26d0b712e2d80bdce13126531 (diff) | |
download | FreeBSD-src-7dcfea0100bdd36891f50e5740f8a01da166b7a8.zip FreeBSD-src-7dcfea0100bdd36891f50e5740f8a01da166b7a8.tar.gz |
Fix typo: compatability -> compatibility.
Compatability is not an existing english word.
Add $FreeBSD$.
Diffstat (limited to 'lib/libipx')
-rw-r--r-- | lib/libipx/ipx_addr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libipx/ipx_addr.c b/lib/libipx/ipx_addr.c index b83f8be..52312f3 100644 --- a/lib/libipx/ipx_addr.c +++ b/lib/libipx/ipx_addr.c @@ -32,6 +32,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $FreeBSD$ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -62,7 +64,7 @@ ipx_addr(name) * First, figure out what he intends as a field separtor. * Despite the way this routine is written, the prefered * form 2-272.AA001234H.01777, i.e. XDE standard. - * Great efforts are made to insure backward compatability. + * Great efforts are made to insure backward compatibility. */ if ( (hostname = strchr(buf, '#')) ) separator = '#'; |