From d2361e8441410d37d9a193815e47c16e4521d5c1 Mon Sep 17 00:00:00 2001 From: Jose Alberto Meza Date: Wed, 6 Apr 2022 10:11:19 -0700 Subject: [PATCH] drivers: sensor: mchp_tach: Correct spelling header Correct spelling in copyright. Signed-off-by: Jose Alberto Meza --- drivers/sensor/mchp_tach_xec/tach_mchp_xec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/sensor/mchp_tach_xec/tach_mchp_xec.c b/drivers/sensor/mchp_tach_xec/tach_mchp_xec.c index 225820864de..97457cbca50 100644 --- a/drivers/sensor/mchp_tach_xec/tach_mchp_xec.c +++ b/drivers/sensor/mchp_tach_xec/tach_mchp_xec.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2020 Intel Corporation - * Copyrigth (c) 2022 Microchip Technology Inc. + * Copyright (c) 2022 Microchip Technology Inc. * * SPDX-License-Identifier: Apache-2.0 */