aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppc
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-12-30 00:37:44 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-12-30 00:37:44 +0000
commitdea9268b7006769d7f1834f4bdcc149692725aca (patch)
tree94787544370f3f67bc317208ee42f11f04d3022b /sys/dev/ppc
parentc807beb49563b21499dcde0e31bbd10b65355a40 (diff)
downloadsrc-dea9268b7006769d7f1834f4bdcc149692725aca.tar.gz
src-dea9268b7006769d7f1834f4bdcc149692725aca.zip
Silence -Wtrigraph.
Submitted by: Bradley Dunn <bradley@dunn.org> (pr: kern/8817)
Notes
Notes: svn path=/head/; revision=42155
Diffstat (limited to 'sys/dev/ppc')
-rw-r--r--sys/dev/ppc/ppc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ppc/ppc.c b/sys/dev/ppc/ppc.c
index f24654be3eba..e351688a31e1 100644
--- a/sys/dev/ppc/ppc.c
+++ b/sys/dev/ppc/ppc.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ppc.c,v 1.11 1998/10/31 11:37:09 nsouch Exp $
+ * $Id: ppc.c,v 1.12 1998/12/07 21:58:22 archie Exp $
*
*/
#include "ppc.h"
@@ -1286,7 +1286,7 @@ ppc_smclike_setmode(int unit, int mode)
* Semantics of clearing EPP timeout bit.
* PC87332 - reading SPP_STR does it...
* SMC - write 1 to EPP timeout bit XXX
- * Others - (???) write 0 to EPP timeout bit
+ * Others - (?) write 0 to EPP timeout bit
*/
static void
ppc_reset_epp_timeout(int unit)