aboutsummaryrefslogtreecommitdiff
path: root/src/include/vbe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/vbe.h')
-rw-r--r--src/include/vbe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/vbe.h b/src/include/vbe.h
index 8ad9d2eb31..009dabd531 100644
--- a/src/include/vbe.h
+++ b/src/include/vbe.h
@@ -20,7 +20,7 @@ typedef struct {
u16 screen_width;
u16 screen_height;
u16 screen_linebytes; // bytes per line in framebuffer, may be more than screen_width
- u8 color_depth; // color depth in bpp
+ u8 color_depth; // color depth in bits per pixel
u32 framebuffer_address;
u8 edid_block_zero[128];
} __attribute__ ((__packed__)) screen_info_t;