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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Michal Simek <[email protected]>
1 parent 68cbfae commit 78b5f52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)