|
From: <sv...@va...> - 2006-02-12 08:50:51
|
Author: tom Date: 2006-02-12 08:50:45 +0000 (Sun, 12 Feb 2006) New Revision: 5639 Log: Fix typo. Modified: trunk/include/vki-amd64-linux.h Modified: trunk/include/vki-amd64-linux.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/include/vki-amd64-linux.h 2006-02-11 17:08:15 UTC (rev 5638) +++ trunk/include/vki-amd64-linux.h 2006-02-12 08:50:45 UTC (rev 5639) @@ -434,7 +434,7 @@ #define VKI_FIOASYNC 0x5452 #define VKI_TIOCSERGETLSR 0x5459 /* Get line status register */ =20 -#define VKI_IOCGICOUNT 0x545D /* read serial port inline interrupt count= s */ +#define VKI_TIOCGICOUNT 0x545D /* read serial port inline interrupt coun= ts */ =20 //---------------------------------------------------------------------- // From linux-2.6.9/include/asm-x86_64/poll.h |