Module Name: src Committed By: andvar Date: Sun Dec 1 20:24:24 UTC 2024
Modified Files: src/sys/dev/ic: dm9000.c Log Message: s/availble/available/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/ic/dm9000.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/ic/dm9000.c diff -u src/sys/dev/ic/dm9000.c:1.37 src/sys/dev/ic/dm9000.c:1.38 --- src/sys/dev/ic/dm9000.c:1.37 Sat Sep 7 06:17:37 2024 +++ src/sys/dev/ic/dm9000.c Sun Dec 1 20:24:23 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: dm9000.c,v 1.37 2024/09/07 06:17:37 andvar Exp $ */ +/* $NetBSD: dm9000.c,v 1.38 2024/12/01 20:24:23 andvar Exp $ */ /* * Copyright (c) 2009 Paul Fleischer @@ -244,7 +244,7 @@ dme_attach(struct dme_softc *sc, const u enaddr[5] = machi >> 8; } } - /* TODO: perform explicit EEPROM read op if it's availble */ + /* TODO: perform explicit EEPROM read op if it's available */ dme_reset(sc);