Skip to content

Commit 78b5f52

Browse files
JuliaLawallmichalsimek
authored andcommitted
microblaze: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Link: https://lore.kernel.org/r/20220430191122.8667-1-Julia.Lawall@inria.fr Signed-off-by: Michal Simek <michal.simek@amd.com>
1 parent 68cbfae commit 78b5f52

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/microblaze/kernel/kgdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define GDB_RTLBLO 55
3232
#define GDB_RTLBHI 56
3333

34-
/* keep pvr separately because it is unchangeble */
34+
/* keep pvr separately because it is unchangeable */
3535
static struct pvr_s pvr;
3636

3737
void pt_regs_to_gdb_regs(unsigned long *gdb_regs, struct pt_regs *regs)

arch/microblaze/lib/memmove.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ void *memmove(void *v_dst, const void *v_src, __kernel_size_t c)
7878

7979
i_dst = (void *)dst;
8080
/* Choose a copy scheme based on the source */
81-
/* alignment relative to dstination. */
81+
/* alignment relative to destination. */
8282
switch ((unsigned long)src & 3) {
8383
case 0x0: /* Both byte offsets are aligned */
8484

0 commit comments

Comments
 (0)