diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2013-02-11 16:24:21 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2013-02-11 16:24:21 +0100 |
commit | 37f88bd38487466274fbd0281cd3459784186bc5 (patch) | |
tree | cad02b52bd7adac746df5996f465f6d74761d52f /fblog | |
parent | 577a9b4c41e6d0b8ee6a281877e5366be96803d6 (diff) |
Fix several typos
Provided via github. Fixes typos in documentation and comments.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'fblog')
-rw-r--r-- | fblog/0008-fblog-react-on-framebuffer-events.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fblog/0008-fblog-react-on-framebuffer-events.patch b/fblog/0008-fblog-react-on-framebuffer-events.patch index c826640..538eb8c 100644 --- a/fblog/0008-fblog-react-on-framebuffer-events.patch +++ b/fblog/0008-fblog-react-on-framebuffer-events.patch @@ -110,7 +110,7 @@ index 5297eca..79bfbcc 100644 + * is, blanking the screen when the fb driver failed to perform + * an fb_blank(). It simply writes empty lines to the screen. + * We are not interested in this signal. We should also never -+ * run together with fbcon so this should never be catched. */ ++ * run together with fbcon so this should never be caught. */ + /* ignore */ + break; + case FB_EVENT_GET_CONSOLE_MAP: |