diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-30 18:20:44 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-30 18:20:44 +0200 |
commit | b3c2ffd5343645fc9b46f67e8c0eaac1e2dde7b4 (patch) | |
tree | 3f3f9dd9394a7f0cecacea769fd75cda0b125c80 /include/linux/fb.h | |
parent | 9aaeded72f923212e6d9d7b6b8e3830e983f323e (diff) |
typo fixes: mecanism -> mechanism
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'include/linux/fb.h')
-rw-r--r-- | include/linux/fb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index b45928f5c63..ffefeeeeca9 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h @@ -557,7 +557,7 @@ struct fb_pixmap { * Frame buffer operations * * LOCKING NOTE: those functions must _ALL_ be called with the console - * semaphore held, this is the only suitable locking mecanism we have + * semaphore held, this is the only suitable locking mechanism we have * in 2.6. Some may be called at interrupt time at this point though. */ |