spell the guys name properly.

This commit is contained in:
christos 2009-10-30 01:57:48 +00:00
parent bb637da730
commit 64e2458fef
1 changed files with 2 additions and 2 deletions

View File

@ -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 */