summaryrefslogtreecommitdiff
path: root/include/linux/can/core.h
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2020-09-16 01:34:53 +0300
committerMarc Kleine-Budde <mkl@pengutronix.de>2020-09-21 11:13:15 +0300
commit49347755a84052fd1317c3897c7cea954c8f89fe (patch)
treef484a2f9b70a67d00136c8cbccaa361bf45345c7 /include/linux/can/core.h
parent6850863999334748f5c5a16ff2dd1f06cd7c95ab (diff)
downloadlinux-49347755a84052fd1317c3897c7cea954c8f89fe.tar.xz
can: include: fix spelling mistakes
This patch fixes spelling erros found by "codespell" in the include/linux/can subtree. Link: https://lore.kernel.org/r/20200915223527.1417033-4-mkl@pengutronix.de Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'include/linux/can/core.h')
-rw-r--r--include/linux/can/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/can/core.h b/include/linux/can/core.h
index e20a0cd09ba5..7da9f1f82e8e 100644
--- a/include/linux/can/core.h
+++ b/include/linux/can/core.h
@@ -2,7 +2,7 @@
/*
* linux/can/core.h
*
- * Protoypes and definitions for CAN protocol modules using the PF_CAN core
+ * Prototypes and definitions for CAN protocol modules using the PF_CAN core
*
* Authors: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
* Urs Thuermann <urs.thuermann@volkswagen.de>