diff options
Diffstat (limited to 'bootscripts')
-rw-r--r-- | bootscripts/lfs/lib/services/init-functions | 2 | ||||
-rw-r--r-- | bootscripts/lfs/sysconfig/modules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bootscripts/lfs/lib/services/init-functions b/bootscripts/lfs/lib/services/init-functions index f6be0dccb..06a7f588c 100644 --- a/bootscripts/lfs/lib/services/init-functions +++ b/bootscripts/lfs/lib/services/init-functions @@ -363,7 +363,7 @@ killproc() fi # For signals that do not expect a program to exit, simply - # let kill do it's job, and evaluate kills return for value + # let kill do its job, and evaluate kill's return for value else # check_sig_type - signal is not used to terminate program for pid in ${pidlist}; do diff --git a/bootscripts/lfs/sysconfig/modules b/bootscripts/lfs/sysconfig/modules index 1c8493d45..0fce3f31f 100644 --- a/bootscripts/lfs/sysconfig/modules +++ b/bootscripts/lfs/sysconfig/modules @@ -10,7 +10,7 @@ # Notes : The syntax of this file is as follows: # <module> [<arg1> <arg2> ...] # -# Each module should be on it's own line, and any options that you want +# Each module should be on its own line, and any options that you want # passed to the module should follow it. The line deliminator is either # a space or a tab. ######################################################################## |