diff options
author | asami <asami@FreeBSD.org> | 1995-11-29 11:19:02 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-29 11:19:02 +0000 |
commit | e6b331e558c9cb74a87192637a9048345f52518e (patch) | |
tree | 0009b7f39d25c170b5fe4b85928e370d1c7963d9 /sys/dev/de | |
parent | f2f63c6ece7d25485976323df6d684743fe14bb6 (diff) | |
download | FreeBSD-src-e6b331e558c9cb74a87192637a9048345f52518e.zip FreeBSD-src-e6b331e558c9cb74a87192637a9048345f52518e.tar.gz |
'see" -> "see" (in the comment).
Noticed by: hilit19.el (stop laughing! ;)
Diffstat (limited to 'sys/dev/de')
-rw-r--r-- | sys/dev/de/if_de.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c index cebf9c4..a44cbf2 100644 --- a/sys/dev/de/if_de.c +++ b/sys/dev/de/if_de.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_de.c,v 1.36 1995/11/14 10:03:56 phk Exp $ + * $Id: if_de.c,v 1.37 1995/11/17 12:11:22 davidg Exp $ * */ @@ -799,7 +799,7 @@ tulip_dc21041_media_select( /* * Before we are sure this is the right media we need * to send a small packet to make sure there's carrier. - * Strangely, BNC and AUI will 'see" receive data if + * Strangely, BNC and AUI will "see" receive data if * either is connected so the transmit is the only way * to verify the connectivity. */ |