Correct comment typos

This commit is contained in:
Kris Kennaway 2001-02-20 10:23:10 +00:00
parent 5bfc1e7c34
commit aae101bd15
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72757

View File

@ -61,10 +61,10 @@ ipx_addr(name)
buf[sizeof(buf) - 1] = '\0';
/*
* First, figure out what he intends as a field separtor.
* Despite the way this routine is written, the prefered
* First, figure out what he intends as a field separator.
* Despite the way this routine is written, the preferred
* form 2-272.AA001234H.01777, i.e. XDE standard.
* Great efforts are made to insure backward compatibility.
* Great efforts are made to ensure backwards compatibility.
*/
if ( (hostname = strchr(buf, '#')) )
separator = '#';
@ -134,7 +134,7 @@ Field(buf, out, len)
}
/*
* This is REALLY stretching it but there was a
* comma notation separting shorts -- definitely non standard
* comma notation separating shorts -- definitely non-standard
*/
if (1 < (i = sscanf(buf,"%x,%x,%x",
&hb[0], &hb[1], &hb[2]))) {