diff mbox series

ARM: s3c: Fix typo in one comment

Message ID 20211113031117.33727-1-wangborong@cdjrlc.com
State New
Headers show
Series ARM: s3c: Fix typo in one comment | expand

Commit Message

Jason Wang Nov. 13, 2021, 3:11 a.m. UTC
The double `would' in the comment might be repeated. Remove one of them
from the comment.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 arch/arm/mach-s3c/mach-gta02.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm/mach-s3c/mach-gta02.c b/arch/arm/mach-s3c/mach-gta02.c
index 418939ce0fc3..174b2e55ea16 100644
--- a/arch/arm/mach-s3c/mach-gta02.c
+++ b/arch/arm/mach-s3c/mach-gta02.c
@@ -393,9 +393,9 @@  static struct s3c2410_nand_set __initdata gta02_nand_sets[] = {
 	[0] = {
 		/*
 		 * This name is also hard-coded in the boot loaders, so
-		 * changing it would would require all users to upgrade
-		 * their boot loaders, some of which are stored in a NOR
-		 * that is considered to be immutable.
+		 * changing it would require all users to upgrade their
+		 * boot loaders, some of which are stored in a NOR that
+		 * is considered to be immutable.
 		 */
 		.name		= "neo1973-nand",
 		.nr_chips	= 1,