trivial: fix an -> a typos in documentation and comments
It is always "an" if there is a vowel _spoken_ (not written). So it is: "an hour" (spoken vowel) but "a uniform" (spoken 'j') Signed-off-by: Frederik Schwarzer <schwarzerf@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
025dfdafe7
commit
0211a9c850
@ -401,7 +401,7 @@ static inline void do_040writebacks(struct frame *fp)
|
||||
* called from sigreturn(), must ensure userspace code didn't
|
||||
* manipulate exception frame to circumvent protection, then complete
|
||||
* pending writebacks
|
||||
* we just clear TM2 to turn it into an userspace access
|
||||
* we just clear TM2 to turn it into a userspace access
|
||||
*/
|
||||
asmlinkage void berr_040cleanup(struct frame *fp)
|
||||
{
|
||||
|
Reference in New Issue
Block a user