aboutsummaryrefslogtreecommitdiff
path: root/util/optionlist
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2017-06-03 20:05:42 -0600
committerMartin Roth <martinroth@google.com>2017-06-27 18:26:01 +0000
commita564811e71a1d99655aeeab68635ffad93f417ca (patch)
tree8beb3dad682f67074a11a8712c7e6f0885b8fda7 /util/optionlist
parentcd87e1ba2d08523a6c8b575b18d2eab9d842fc5f (diff)
util: change coreboot to lowercase
The word 'coreboot' should always be written in lowercase, even at the start of a sentence. Change-Id: I0a024d82d331c0794fe087e440b4e1924129a13c Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/20030 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/optionlist')
-rw-r--r--util/optionlist/README2
-rwxr-xr-xutil/optionlist/kconfig2wiki2
2 files changed, 2 insertions, 2 deletions
diff --git a/util/optionlist/README b/util/optionlist/README
index 6e670e8f50..da3efb33b2 100644
--- a/util/optionlist/README
+++ b/util/optionlist/README
@@ -1 +1 @@
-This script creates the page https://www.coreboot.org/Coreboot_Options
+This script creates the page https://www.coreboot.org/coreboot_Options
diff --git a/util/optionlist/kconfig2wiki b/util/optionlist/kconfig2wiki
index 471357c1d9..9e8fc270de 100755
--- a/util/optionlist/kconfig2wiki
+++ b/util/optionlist/kconfig2wiki
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
# kconfig2wiki - Kconfig to MediaWiki converter for
-# https://www.coreboot.org/Coreboot_Options
+# https://www.coreboot.org/coreboot_Options
#
# Copyright (C) 2010 coresystems GmbH
# based on http://landley.net/kdocs/make/menuconfig2html.py