Skip to content

Commit ddcc217

Browse files
ColinIanKingrafaeljw
authored andcommitted
ACPICA: Utilities: Fix spelling mistake "Incremement" -> "Increment"
ACPICA commit 0faa6e20cfe56fdaefc37a38f8fd04e3137fcdad There is a spelling mistake in a literal string. Fix it. Fixes: ff5340f ("ACPICA: Reference count: add additional debugging details") Link: acpica/acpica@0faa6e20 Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]> Link: https://patch.msgid.link/[email protected] [ rjw: Fix up the Fixes: tag ] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 6d788e6 commit ddcc217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/acpi/acpica/utdelete.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action)
404404
object, object->common.type,
405405
acpi_ut_get_object_type_name(object),
406406
new_count));
407-
message = "Incremement";
407+
message = "Increment";
408408
break;
409409

410410
case REF_DECREMENT:

0 commit comments

Comments
 (0)