diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-09-26 19:45:34 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-10-29 14:41:49 +0100 |
commit | c2522dcdcb5d54534cfec6d43b646d23efe9eb80 (patch) | |
tree | 5d184f69e4284ddf5577c77135a3d088c0a825f3 /arch/powerpc/lib/copyuser_power7.S | |
parent | clk: st: Spelling s/stucture/structure/ (diff) | |
download | linux-c2522dcdcb5d54534cfec6d43b646d23efe9eb80.tar.xz linux-c2522dcdcb5d54534cfec6d43b646d23efe9eb80.zip |
powerpc: Fix comment typos 'CONFiG_ALTIVEC'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/powerpc/lib/copyuser_power7.S')
-rw-r--r-- | arch/powerpc/lib/copyuser_power7.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/lib/copyuser_power7.S b/arch/powerpc/lib/copyuser_power7.S index c46c876ac96a..92ee840529bc 100644 --- a/arch/powerpc/lib/copyuser_power7.S +++ b/arch/powerpc/lib/copyuser_power7.S @@ -718,4 +718,4 @@ err3; stb r0,0(r3) 15: addi r1,r1,STACKFRAMESIZE b exit_vmx_usercopy /* tail call optimise */ -#endif /* CONFiG_ALTIVEC */ +#endif /* CONFIG_ALTIVEC */ |