Correct comment typos
This commit is contained in:
parent
5bfc1e7c34
commit
aae101bd15
@ -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]))) {
|
||||
|
Loading…
Reference in New Issue
Block a user