summaryrefslogtreecommitdiffstats
path: root/sys/i386/bios
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1997-11-10 14:38:08 +0000
committernate <nate@FreeBSD.org>1997-11-10 14:38:08 +0000
commitcddcd93a80fea72732706bb49d8c86497a9a30d4 (patch)
treef00823dd6a5c78924ee06e50708c53bd0f541be5 /sys/i386/bios
parenta354c4cbb3527d11676bc7dde829df5252707c55 (diff)
downloadFreeBSD-src-cddcd93a80fea72732706bb49d8c86497a9a30d4.zip
FreeBSD-src-cddcd93a80fea72732706bb49d8c86497a9a30d4.tar.gz
- Convert c++ comment to c comment.
Noted by: Bruce
Diffstat (limited to 'sys/i386/bios')
-rw-r--r--sys/i386/bios/apm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/bios/apm.c b/sys/i386/bios/apm.c
index 8278985..8815143 100644
--- a/sys/i386/bios/apm.c
+++ b/sys/i386/bios/apm.c
@@ -15,7 +15,7 @@
*
* Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
*
- * $Id: apm.c,v 1.62 1997/10/23 04:18:49 nate Exp $
+ * $Id: apm.c,v 1.63 1997/11/04 17:37:52 nate Exp $
*/
#include <sys/param.h>
@@ -403,7 +403,7 @@ apm_suspend(void)
if (apm_suspend_system() == 0)
apm_processevent();
else
- // Failure, 'resume' the system again
+ /* Failure, 'resume' the system again */
apm_execute_hook(hook[APM_HOOK_RESUME]);
}
}
OpenPOWER on IntegriCloud