diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-03-17 22:31:54 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-03-17 22:31:54 +0000 |
commit | 3302d8d8a880264ded40c1d23ff7eaf7df724ba4 (patch) | |
tree | ddf8738295b24a58c722640562bc7de6b082757b /sys/arch/hppa | |
parent | 8fca73cf4d14fdabc355a0c128bbb02203d75cc8 (diff) |
fix comment wrt previous change
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/dev/sti_sgc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/dev/sti_sgc.c b/sys/arch/hppa/dev/sti_sgc.c index 3d073833386..213f092725d 100644 --- a/sys/arch/hppa/dev/sti_sgc.c +++ b/sys/arch/hppa/dev/sti_sgc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sti_sgc.c,v 1.28 2005/03/17 22:15:15 mickey Exp $ */ +/* $OpenBSD: sti_sgc.c,v 1.29 2005/03/17 22:31:53 mickey Exp $ */ /* * Copyright (c) 2000-2003 Michael Shalayeff @@ -90,7 +90,7 @@ sti_sgc_getrom(int unit, struct confargs *ca) ca->ca_type.iodc_revision == STI_GOPT3_REV || ca->ca_type.iodc_revision == STI_GOPT4_REV || ca->ca_type.iodc_revision == STI_GOPT5_REV)) - /* these three share the onboard's prom */ ; + /* these share the onboard's prom */ ; else rom = 0; } |