Commit a4ce96ac356e7024a7724ade9d18ba1bdf3c5c06

Authored by Linus Torvalds
1 parent f4b23cc2d5

Fix up trivial spelling errors ('taht' -> 'that')

Pointed out by Lucas who found the new one in a comment in
setup_percpu.c. And then I fixed the others that I grepped
for.

Reported-by: Lucas <canolucas@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 4 changed files with 4 additions and 4 deletions Side-by-side Diff

arch/x86/kernel/setup_percpu.c
... ... @@ -239,7 +239,7 @@
239 239 per_cpu(x86_cpu_to_node_map, cpu) =
240 240 early_per_cpu_map(x86_cpu_to_node_map, cpu);
241 241 /*
242   - * Ensure taht the boot cpu numa_node is correct when the boot
  242 + * Ensure that the boot cpu numa_node is correct when the boot
243 243 * cpu is on a node that doesn't have memory installed.
244 244 * Also cpu_up() will call cpu_to_node() for APs when
245 245 * MEMORY_HOTPLUG is defined, before per_cpu(numa_node) is set
drivers/usb/gadget/f_fs.c
... ... @@ -136,7 +136,7 @@
136 136 * handling setup requests immidiatelly user space may be so
137 137 * slow that another setup will be sent to the gadget but this
138 138 * time not to us but another function and then there could be
139   - * a race. Is taht the case? Or maybe we can use cdev->req
  139 + * a race. Is that the case? Or maybe we can use cdev->req
140 140 * after all, maybe we just need some spinlock for that? */
141 141 struct usb_request *ep0req; /* P: mutex */
142 142 struct completion ep0req_completion; /* P: mutex */
drivers/video/aty/radeon_pm.c
... ... @@ -2872,7 +2872,7 @@
2872 2872 }
2873 2873  
2874 2874 #if 0
2875   - /* Power down TV DAC, taht saves a significant amount of power,
  2875 + /* Power down TV DAC, that saves a significant amount of power,
2876 2876 * we'll have something better once we actually have some TVOut
2877 2877 * support
2878 2878 */
... ... @@ -626,7 +626,7 @@
626 626  
627 627 static int check_xattr_ref_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic)
628 628 {
629   - /* success of check_xattr_ref_inode() means taht inode (ic) dose not have
  629 + /* success of check_xattr_ref_inode() means that inode (ic) dose not have
630 630 * duplicate name/value pairs. If duplicate name/value pair would be found,
631 631 * one will be removed.
632 632 */