aboutsummaryrefslogtreecommitdiff
path: root/devices/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'devices/vga.h')
-rw-r--r--devices/vga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/vga.h b/devices/vga.h
index 7a295a2..daaa482 100644
--- a/devices/vga.h
+++ b/devices/vga.h
@@ -1,6 +1,6 @@
#pragma once
-/* Hardware text mode color constants. */
+/** Hardware text mode color constants. */
enum vga_color {
VGA_COLOR_BLACK = 0,
VGA_COLOR_BLUE = 1,