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:
Julian Braha
2026-07-19 22:05:36 +01:00
committed by Nicolas Schier
parent 5a0eefdd32
commit 1f1b5149cf

View File

@@ -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