From 4909e42a4f3e5f1416b91745be0fc27bcf0798ac Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:26:56 -0500 Subject: [PATCH] spelling: differentiate Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/include/pebbleos/chip_id.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/pebbleos/chip_id.h b/src/include/pebbleos/chip_id.h index 4048bcc5..1e3a543e 100644 --- a/src/include/pebbleos/chip_id.h +++ b/src/include/pebbleos/chip_id.h @@ -20,7 +20,7 @@ * chip_id.h * * This file specifies IDs for the different processors on our multi-processor devices. - * The IDs are used to differenetiate the source of system logs, core dumps, etc. + * The IDs are used to differentiate the source of system logs, core dumps, etc. * * The IDs must be unique within a platform and must fit in 2 bits. * If we build a device with more than 4 log/core dump producing processors, this will need to be