Skip to content

Commit d39c9ba

Browse files
authored
Fixed Typo in copper.h (#104)
1 parent 20a72d1 commit d39c9ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/include/graphics/copper.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define GRAPHICS_COPPER_H
33

44
/*
5-
Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5+
Copyright © 1995-2007, The AROS Development Team. All rights reserved.
66
$Id$
77
88
Desc: Copper definitions and structures.
@@ -38,7 +38,7 @@ struct CopIns
3838
#define NXTLIST u3.nxtlist
3939
#define VWAITPOS u3.u4.u1.VWaitPos
4040
#define DESTADDR u3.u4.u1.DestAddr
41-
#define HWAITPOS u3.u4.u2.HWAitPos
41+
#define HWAITPOS u3.u4.u2.HWaitPos
4242
#define DESTDATA u3.u4.u2.DestData
4343

4444
struct CopList

0 commit comments

Comments
 (0)