/*
- * This module implements decoding of the the Loopback Protocol, originally
+ * This module implements decoding of the Loopback Protocol, originally
* defined as the Configuration Testing Protocol. It is based on the following
* specification:
* http://www.mit.edu/people/jhawk/ctp.pdf
}
/*
- * Otherwise, if the there is a skip in
+ * Otherwise, if there is a skip in
* the range (such as an nacked packet in
* the middle of some acked packets),
* then print the current packet number
}
if (buflen != 0) { /* did we find anything */
- /* yep, set the the trailing zero 2 bytes before to eliminate the last comma & whitespace */
+ /* yep, set the trailing zero 2 bytes before to eliminate the last comma & whitespace */
buf[buflen-2] = '\0';
return (buf);
}