summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/ns_addr.c
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-06 12:04:54 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-06 12:04:54 +0000
commit7dcfea0100bdd36891f50e5740f8a01da166b7a8 (patch)
tree710cb9ca4437832e789d408b97eb9385cd7091d9 /lib/libc/net/ns_addr.c
parent2f1d3e2cdf4534d26d0b712e2d80bdce13126531 (diff)
downloadFreeBSD-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/libc/net/ns_addr.c')
-rw-r--r--lib/libc/net/ns_addr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/net/ns_addr.c b/lib/libc/net/ns_addr.c
index 3446e08..b553fd8 100644
--- a/lib/libc/net/ns_addr.c
+++ b/lib/libc/net/ns_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 @@ ns_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, '#')) != NULL)
separator = '#';
OpenPOWER on IntegriCloud