mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
Doc: ARM: Fix a typo in clksrc-change-registers.awk
This patch fix a spelling typo found in clksrc-change-registers.awk. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
d798895c22
commit
510e64fb04
@ -41,7 +41,7 @@ function find_length(f)
|
||||
else if (f ~ /0xf/)
|
||||
return 4
|
||||
|
||||
printf "unknown legnth " f "\n" > "/dev/stderr"
|
||||
printf "unknown length " f "\n" > "/dev/stderr"
|
||||
exit
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user