mirror of
https://github.com/acpica/acpica/
synced 2025-02-14 20:44:05 +03:00
fixed a comment
date 2004.04.29.22.12.00; author rmoore1; state Exp;
This commit is contained in:
parent
0870e7f167
commit
6fe0f6cff7
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user