Skip to content

Commit fc04d40

Browse files
committed
common/rc: Fix spelling of "SKIP_REASONS" in a source code comment
Signed-off-by: Bart Van Assche <[email protected]>
1 parent ad079f5 commit fc04d40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ _check_kernel_option() {
213213
}
214214

215215
# Combine _have_kernel_config_file() and _check_kernel_option().
216-
# Set SKIP_RESAON when _check_kernel_option() returns false.
216+
# Set SKIP_REASONS when _check_kernel_option() returns false.
217217
_have_kernel_option() {
218218
local opt=$1
219219

0 commit comments

Comments
 (0)