Thread (10 messages) 10 messages, 8 authors, 2024-04-12

Re: [PATCH] treewide: Fix common grammar mistake "the the"

From: Robin Murphy <robin.murphy@arm.com>
Date: 2024-04-11 16:45:21
Also in: dri-devel, intel-gfx, intel-xe, io-uring, kernel-janitors, linux-arch, linux-arm-kernel, linux-doc, linux-fsdevel, linux-perf-users, linux-s390, linux-scsi, linux-unionfs, linux-wireless, lkml, netfs

On 11/04/2024 4:04 pm, Thorsten Blum wrote:
Use `find . -type f -exec sed -i 's/\<the the\>/the/g' {} +` to find all
occurrences of "the the" and replace them with a single "the".
[...]
quoted hunk ↗ jump to hunk
diff --git a/arch/arm/include/asm/unwind.h b/arch/arm/include/asm/unwind.h
index d60b09a5acfc..a75da9a01f91 100644
--- a/arch/arm/include/asm/unwind.h
+++ b/arch/arm/include/asm/unwind.h
@@ -10,7 +10,7 @@
  
  #ifndef __ASSEMBLY__
  
-/* Unwind reason code according the the ARM EABI documents */
+/* Unwind reason code according the ARM EABI documents */
Well, that's clearly still not right... repeated words aren't *always* 
redundant, sometimes they're meant to be other words ;)

Thanks,
Robin.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help