mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
kconfig: fix minor typos in comments
Some typos I noticed: 1. expressoin -> expression 2. A property represent -> A property represents Signed-off-by: Julian Braha <julianbraha@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Link: https://patch.msgid.link/20260719210536.9577-1-julianbraha@gmail.com Reviewed-by: Nathan Chancellor <nathan@kernel.org> Signed-off-by: Nicolas Schier <nsc@kernel.org>
This commit is contained in:
parent
5a0eefdd32
commit
1f1b5149cf
|
|
@ -38,7 +38,7 @@ union expr_data {
|
|||
* struct expr - expression
|
||||
*
|
||||
* @node: link node for the hash table
|
||||
* @type: expressoin type
|
||||
* @type: expression type
|
||||
* @val: calculated tristate value
|
||||
* @val_is_valid: indicate whether the value is valid
|
||||
* @left: left node
|
||||
|
|
@ -160,7 +160,7 @@ struct symbol {
|
|||
|
||||
#define SYMBOL_MAXLENGTH 256
|
||||
|
||||
/* A property represent the config options that can be associated
|
||||
/* A property represents the config options that can be associated
|
||||
* with a config "symbol".
|
||||
* Sample:
|
||||
* config FOO
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user