summaryrefslogtreecommitdiff
path: root/payloads/bayou/lzma.c
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2017-06-03 20:00:36 -0600
committerPatrick Georgi <pgeorgi@google.com>2017-06-07 12:08:55 +0200
commite81ce0483db982c741eebdda649111eee22a853b (patch)
tree4ed82dd5a1505c26caf63d640beffcd205c4520b /payloads/bayou/lzma.c
parent59e21136708a7619c24c3a79bdb87431b5b624df (diff)
downloadcoreboot-e81ce0483db982c741eebdda649111eee22a853b.tar.xz
payloads: change coreboot to lowercase
The word 'coreboot' should always be written in lowercase, even at the start of a sentence. Change-Id: I2ec18ca55e0ea672343a951ab81a24a5630f45fd Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/20028 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Diffstat (limited to 'payloads/bayou/lzma.c')
-rw-r--r--payloads/bayou/lzma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/bayou/lzma.c b/payloads/bayou/lzma.c
index a7a8717c6a..14bd921527 100644
--- a/payloads/bayou/lzma.c
+++ b/payloads/bayou/lzma.c
@@ -1,6 +1,6 @@
/*
-Coreboot interface to memory-saving variant of LZMA decoder
+coreboot interface to memory-saving variant of LZMA decoder
(C)opyright 2006 Carl-Daniel Hailfinger
Released under the GNU GPL v2 or later