svn commit: r215121 - in head/sys/powerpc: aim booke

Rafal Jaworowski raj at FreeBSD.org
Thu Nov 11 13:46:29 UTC 2010


Author: raj
Date: Thu Nov 11 13:46:28 2010
New Revision: 215121
URL: http://svn.freebsd.org/changeset/base/215121

Log:
  Fix typo in the comment.

Modified:
  head/sys/powerpc/aim/clock.c
  head/sys/powerpc/booke/clock.c

Modified: head/sys/powerpc/aim/clock.c
==============================================================================
--- head/sys/powerpc/aim/clock.c	Thu Nov 11 13:42:46 2010	(r215120)
+++ head/sys/powerpc/aim/clock.c	Thu Nov 11 13:46:28 2010	(r215121)
@@ -105,7 +105,7 @@ static struct timecounter	decr_tc = {
 };
 
 /*
- * Decrementor interrupt handler.
+ * Decrementer interrupt handler.
  */
 void
 decr_intr(struct trapframe *frame)

Modified: head/sys/powerpc/booke/clock.c
==============================================================================
--- head/sys/powerpc/booke/clock.c	Thu Nov 11 13:42:46 2010	(r215120)
+++ head/sys/powerpc/booke/clock.c	Thu Nov 11 13:46:28 2010	(r215121)
@@ -108,7 +108,7 @@ static struct timecounter	decr_timecount
 };
 
 /*
- * Decrementor interrupt handler.
+ * Decrementer interrupt handler.
  */
 void
 decr_intr(struct trapframe *frame)


More information about the svn-src-all mailing list