diff options
Diffstat (limited to 'include/video_logo.h')
-rw-r--r-- | include/video_logo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/video_logo.h b/include/video_logo.h index c12e8f84edf..a0d2da4302f 100644 --- a/include/video_logo.h +++ b/include/video_logo.h @@ -4,9 +4,9 @@ /* To use this, include it and call: easylogo_plot(screen,&u_boot_logo, width,x,y) */ /* */ /* Where: 'screen' is the pointer to the frame buffer */ -/* 'width' is the screen width */ -/* 'x' is the horizontal position */ -/* 'y' is the vertical position */ +/* 'width' is the screen width */ +/* 'x' is the horizontal position */ +/* 'y' is the vertical position */ /* */ #include <video_easylogo.h> |