Skip to content

Commit 18cd0a9

Browse files
PIYUSH-CHOUDHARY-04hdeller
authored andcommitted
video: fb: Fix typo in comment in fb.h
Fix typo: "verical" -> "vertical" in macro description Signed-off-by: PIYUSH CHOUDHARY <[email protected]> Signed-off-by: Helge Deller <[email protected]> Cc: [email protected]
1 parent dcb6fa3 commit 18cd0a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • include/uapi/linux

include/uapi/linux/fb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ enum {
319319
#define FB_VBLANK_HAVE_VCOUNT 0x020 /* the vcount field is valid */
320320
#define FB_VBLANK_HAVE_HCOUNT 0x040 /* the hcount field is valid */
321321
#define FB_VBLANK_VSYNCING 0x080 /* currently in a vsync */
322-
#define FB_VBLANK_HAVE_VSYNC 0x100 /* verical syncs can be detected */
322+
#define FB_VBLANK_HAVE_VSYNC 0x100 /* vertical syncs can be detected */
323323

324324
struct fb_vblank {
325325
__u32 flags; /* FB_VBLANK flags */

0 commit comments

Comments
 (0)