diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 10:44:53 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 10:44:53 +0000 |
| commit | cce8ea604cdfff128946131aa73e836dbe87b3b0 (patch) | |
| tree | 48b337667ca56715747f131fb9a6d17fa031a0b6 | |
| parent | b1bdc06156278daafc9870064c8dba3c1ee2634e (diff) | |
Notes
| -rw-r--r-- | lib/libc/net/ns_addr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/net/ns_addr.c b/lib/libc/net/ns_addr.c index 3446e08c19a6..b553fd8873c7 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 = '#'; |
