diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-11-30 13:04:45 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-12-04 10:34:17 -0500 |
commit | 865bfedf106a02807cbb27108f2c207add4c3013 (patch) | |
tree | 83aac4ad999915d37552fef72cb257546c062748 | |
parent | 9332f9b172dd59253365a83b5f1c0e40c5f6f66d (diff) | |
download | seabios-865bfedf106a02807cbb27108f2c207add4c3013.zip seabios-865bfedf106a02807cbb27108f2c207add4c3013.tar.gz seabios-865bfedf106a02807cbb27108f2c207add4c3013.tar.bz2 |
Minor - update file comment on bootsplash.c.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | src/bootsplash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootsplash.c b/src/bootsplash.c index fb505ce..c572685 100644 --- a/src/bootsplash.c +++ b/src/bootsplash.c @@ -1,4 +1,4 @@ -// Option rom scanning code. +// Initialize the VGA console and possibly show a boot splash image. // // Copyright (C) 2009-2010 coresystems GmbH // Copyright (C) 2010 Kevin O'Connor <kevin@koconnor.net> |