aboutsummaryrefslogtreecommitdiffstats
path: root/dracut-logger.sh
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2012-10-10 14:15:11 +0200
committerHarald Hoyer <harald@redhat.com>2012-10-10 14:15:11 +0200
commit600c8769685496b57ac1570e90d109fb2ddf5650 (patch)
tree88e5a69289613ad23615294ed6a97aa2d8c96ef3 /dracut-logger.sh
parentcc68f78d9239651bf6924c119aa41f6f62467dc1 (diff)
downloaddracut-600c8769685496b57ac1570e90d109fb2ddf5650.tar.gz
consistently lowercase "dracut"
Diffstat (limited to 'dracut-logger.sh')
-rwxr-xr-xdracut-logger.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dracut-logger.sh b/dracut-logger.sh
index 2ffd9fb1..f39e5e7a 100755
--- a/dracut-logger.sh
+++ b/dracut-logger.sh
@@ -23,7 +23,7 @@
__DRACUT_LOGGER__=1
-## @brief Logging facility module for Dracut both at build- and boot-time.
+## @brief Logging facility module for dracut both at build- and boot-time.
#
# @section intro Introduction
#
@@ -89,7 +89,7 @@ __DRACUT_LOGGER__=1
# @see dlog_init()
-## @brief Initializes Dracut Logger.
+## @brief Initializes dracut Logger.
#
# @retval 1 if something has gone wrong
# @retval 0 on success.