diff options
Diffstat (limited to 'drivers/acpi/acpica/utmath.c')
| -rw-r--r-- | drivers/acpi/acpica/utmath.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/utmath.c b/drivers/acpi/acpica/utmath.c index d88a8aaab2a..49563674833 100644 --- a/drivers/acpi/acpica/utmath.c +++ b/drivers/acpi/acpica/utmath.c @@ -81,7 +81,7 @@ typedef union uint64_overlay {   * RETURN:      Status (Checks for divide-by-zero)   *   * DESCRIPTION: Perform a short (maximum 64 bits divided by 32 bits) - *              divide and modulo.  The result is a 64-bit quotient and a + *              divide and modulo. The result is a 64-bit quotient and a   *              32-bit remainder.   *   ******************************************************************************/  |