aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Bulwahn <[email protected]>2021-02-22 17:19:05 +0100
committerThomas Bogendoerfer <[email protected]>2021-03-06 08:43:39 +0100
commitee5e12e78b7930f797765cd809d7325c1b4b9dcb (patch)
tree62285583c1c2d3a4badee8ca608f008b2344929f
parenta38fd8748464831584a19438cbb3082b5a2dab15 (diff)
MIPS: SGI-IP27: fix spelling in Copyright
This is a Copyright line, and just a typo slipped through. Signed-off-by: Lukas Bulwahn <[email protected]> Reviewed-by: Huacai Chen <[email protected]> Reviewed-by: Maciej W. Rozycki <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
-rw-r--r--arch/mips/sgi-ip27/ip27-timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/sgi-ip27/ip27-timer.c b/arch/mips/sgi-ip27/ip27-timer.c
index 79c434fece52..444b5e0e935f 100644
--- a/arch/mips/sgi-ip27/ip27-timer.c
+++ b/arch/mips/sgi-ip27/ip27-timer.c
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * Copytight (C) 1999, 2000, 05, 06 Ralf Baechle ([email protected])
- * Copytight (C) 1999, 2000 Silicon Graphics, Inc.
+ * Copyright (C) 1999, 2000, 05, 06 Ralf Baechle ([email protected])
+ * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
*/
#include <linux/bcd.h>
#include <linux/clockchips.h>