Module Name: src
Committed By: christos
Date: Fri Oct 30 01:57:48 UTC 2009
Modified Files:
src/sys/dev/pci: pm2reg.h
Log Message:
spell the guys name properly.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/pm2reg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/pm2reg.h
diff -u src/sys/dev/pci/pm2reg.h:1.2 src/sys/dev/pci/pm2reg.h:1.3
--- src/sys/dev/pci/pm2reg.h:1.2 Wed Oct 28 00:25:13 2009
+++ src/sys/dev/pci/pm2reg.h Thu Oct 29 21:57:48 2009
@@ -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 */