diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-22 14:55:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-22 14:55:14 +0000 |
commit | 6f7622c0d154871ece7fd95bc8a3162250664606 (patch) | |
tree | 3187bc8df7b648155e15d01f9eea794aa73efbf4 /sys/arch | |
parent | c8a59db7a0d06831dab723d3c9f88483001b3eb8 (diff) |
A/C -> AC
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/i386/apm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/apm.c b/sys/arch/i386/i386/apm.c index 2b396e2275f..2884b3ec4c1 100644 --- a/sys/arch/i386/i386/apm.c +++ b/sys/arch/i386/i386/apm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apm.c,v 1.8 1997/09/22 12:07:45 deraadt Exp $ */ +/* $OpenBSD: apm.c,v 1.9 1997/09/22 14:55:13 deraadt Exp $ */ /*- * Copyright (c) 1995 John T. Kohl. All rights reserved. @@ -185,7 +185,7 @@ struct apmregs *regs; sc->sc_dev.dv_xname, BATT_LIFE(regs)); } - printf("%s: A/C state: ", sc->sc_dev.dv_xname); + printf("%s: AC state: ", sc->sc_dev.dv_xname); switch (AC_STATE(regs)) { case APM_AC_OFF: printf("off\n"); |