diff options
author | George G. Davis <george_davis@mentor.com> | 2019-06-05 16:30:10 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-07 11:50:10 -0600 |
commit | 462e5a521ab73f7762583add73cbab1662612beb (patch) | |
tree | 31a93f162ccf8965a70982f963de90c587a40b82 /Documentation/arm | |
parent | 9d61944356590c40b13f6b1f99df84260e4db0c1 (diff) | |
download | linux-462e5a521ab73f7762583add73cbab1662612beb.tar.bz2 |
treewide: trivial: fix s/poped/popped/ typo
Fix a couple of s/poped/popped/ typos.
Signed-off-by: George G. Davis <george_davis@mentor.com>
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/arm')
-rw-r--r-- | Documentation/arm/mem_alignment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arm/mem_alignment b/Documentation/arm/mem_alignment index 6335fcacbba9..e110e2781039 100644 --- a/Documentation/arm/mem_alignment +++ b/Documentation/arm/mem_alignment @@ -1,4 +1,4 @@ -Too many problems poped up because of unnoticed misaligned memory access in +Too many problems popped up because of unnoticed misaligned memory access in kernel code lately. Therefore the alignment fixup is now unconditionally configured in for SA11x0 based targets. According to Alan Cox, this is a bad idea to configure it out, but Russell King has some good reasons for |