summaryrefslogtreecommitdiff
path: root/include/uapi/linux/fb.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2022-02-16 11:39:22 +0300
committerHelge Deller <deller@gmx.de>2022-04-04 09:55:23 +0300
commitf56b919fa4f1b27c589e71f7d90e9785f9196bf1 (patch)
tree5d61cea23a69839e751c5f6f37a17e6061726106 /include/uapi/linux/fb.h
parentd1d608ce78b3fc330938faaa1f70a91cf20c03a9 (diff)
downloadlinux-f56b919fa4f1b27c589e71f7d90e9785f9196bf1.tar.xz
linux/fb.h: Spelling s/palette/palette/
Fix a misspelling of "palette" in a comment. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.com> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'include/uapi/linux/fb.h')
-rw-r--r--include/uapi/linux/fb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/fb.h b/include/uapi/linux/fb.h
index 4c14e8be7267..3a49913d006c 100644
--- a/include/uapi/linux/fb.h
+++ b/include/uapi/linux/fb.h
@@ -182,7 +182,7 @@ struct fb_fix_screeninfo {
*
* For pseudocolor: offset and length should be the same for all color
* components. Offset specifies the position of the least significant bit
- * of the pallette index in a pixel value. Length indicates the number
+ * of the palette index in a pixel value. Length indicates the number
* of available palette entries (i.e. # of entries = 1 << length).
*/
struct fb_bitfield {