diff options
author | Harald Hoyer <harald@redhat.com> | 2012-10-10 14:15:11 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-10-10 14:15:11 +0200 |
commit | 600c8769685496b57ac1570e90d109fb2ddf5650 (patch) | |
tree | 88e5a69289613ad23615294ed6a97aa2d8c96ef3 /dracut-logger.sh | |
parent | cc68f78d9239651bf6924c119aa41f6f62467dc1 (diff) | |
download | dracut-600c8769685496b57ac1570e90d109fb2ddf5650.tar.gz dracut-600c8769685496b57ac1570e90d109fb2ddf5650.tar.bz2 dracut-600c8769685496b57ac1570e90d109fb2ddf5650.zip |
consistently lowercase "dracut"
Diffstat (limited to 'dracut-logger.sh')
-rwxr-xr-x | dracut-logger.sh | 4 |
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. |