From f4f3414d16171ac1acbe20bb55a77001b60c16ef Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 8 Mar 2020 23:53:52 +0300 Subject: [PATCH] Fix the comments --- kconfig-hardened-check.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kconfig-hardened-check.py b/kconfig-hardened-check.py index 3efaf40..55e46a3 100755 --- a/kconfig-hardened-check.py +++ b/kconfig-hardened-check.py @@ -140,7 +140,7 @@ class ComplexOptCheck: class OR(ComplexOptCheck): - # self.opts[0] is the option which this OR-check is about. + # self.opts[0] is the option that this OR-check is about. # Use case: # OR(, ) # OR(, ) @@ -162,7 +162,7 @@ class OR(ComplexOptCheck): class AND(ComplexOptCheck): - # self.opts[0] is the option which this AND-check is about. + # self.opts[0] is the option that this AND-check is about. # Use case: AND(, ) # Suboption is not checked if checking of the main_option is failed. -- 2.31.1