fixed a comment

date	2004.04.29.22.12.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:49:13 +00:00
parent 0870e7f167
commit 6fe0f6cff7

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acmacros.h - C macros for the entire subsystem.
* $Revision: 1.149 $
* $Revision: 1.150 $
*
*****************************************************************************/
@ -170,7 +170,7 @@
* printf() format helpers
*/
/* Split 64-bit integer into two 32-bit values. Use with %8,8X%8.8X */
/* Split 64-bit integer into two 32-bit values. Use with %8.8X%8.8X */
#define ACPI_FORMAT_UINT64(i) ACPI_HIDWORD(i),ACPI_LODWORD(i)