Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci spell the guys name properly.



details:   https://anonhg.NetBSD.org/src/rev/1473ac8c40ac
branches:  trunk
changeset: 748654:1473ac8c40ac
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 30 01:57:48 2009 +0000

description:
spell the guys name properly.

diffstat:

 sys/dev/pci/pm2reg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r a10b816ba9f0 -r 1473ac8c40ac sys/dev/pci/pm2reg.h
--- a/sys/dev/pci/pm2reg.h      Fri Oct 30 01:53:02 2009 +0000
+++ b/sys/dev/pci/pm2reg.h      Fri Oct 30 01:57:48 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pm2reg.h,v 1.2 2009/10/28 04:25:13 macallan Exp $      */
+/*     $NetBSD: pm2reg.h,v 1.3 2009/10/30 01:57:48 christos Exp $      */
 
 /*
  * Copyright (c) 2009 Michael Lorenz
@@ -132,6 +132,6 @@
 #define                PM2FLT_PASS_SYNC        0x00000400
 #define PM2_RE_DDA_MODE                0x000087e0
 #define                PM2DDA_ENABLE           0x00000001
-#define                PM2DDA_GORAUD           0x00000002 /* flat otherwise */
+#define                PM2DDA_GOURAUD          0x00000002 /* flat otherwise */
 #define PM2_RE_BLOCK_COLOUR    0x00008ac8
 #endif /* PM2_REG_H */



Home | Main Index | Thread Index | Old Index