Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/macppc Fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/330023ab3395
branches: trunk
changeset: 532970:330023ab3395
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Jun 18 12:35:09 2002 +0000
description:
Fix typo in comment.
diffstat:
sys/arch/macppc/macppc/conf.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8b1f63e0b056 -r 330023ab3395 sys/arch/macppc/macppc/conf.c
--- a/sys/arch/macppc/macppc/conf.c Tue Jun 18 12:30:50 2002 +0000
+++ b/sys/arch/macppc/macppc/conf.c Tue Jun 18 12:35:09 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.42 2002/06/18 05:22:51 itojun Exp $ */
+/* $NetBSD: conf.c,v 1.43 2002/06/18 12:35:09 wiz Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -254,7 +254,7 @@
#else
cdev_notdef(), /* 63: system call tracing */
#endif
- cdev_apm_init(NAPM,apm), /* 64: Advancded Power Management */
+ cdev_apm_init(NAPM,apm), /* 64: Advanced Power Management */
};
int nchrdev = sizeof cdevsw / sizeof cdevsw[0];
Home |
Main Index |
Thread Index |
Old Index