kconfig: fix typos
[firefly-linux-kernel-4.4.55.git] / scripts / kconfig / symbol.c
index c0efe102d655c40547afe92014cec1c74b70b3c2..60830ce4a0a918c048713d4aae4d44c84f811d1f 100644 (file)
@@ -686,7 +686,7 @@ const char *sym_get_string_default(struct symbol *sym)
                switch (sym->type) {
                case S_BOOLEAN:
                case S_TRISTATE:
-                       /* The visibility imay limit the value from yes => mod */
+                       /* The visibility may limit the value from yes => mod */
                        val = EXPR_AND(expr_calc_value(prop->expr), prop->visible.tri);
                        break;
                default: