[PATCH] sfi: fix typos in code comments

From: Weitao Hou
Date: Sat May 18 2019 - 08:26:41 EST


fix lengh to length

Signed-off-by: Weitao Hou <houweitaoo@xxxxxxxxx>
---
drivers/sfi/sfi_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/sfi/sfi_core.c b/drivers/sfi/sfi_core.c
index a5136901dd8a..b184c541cfd0 100644
--- a/drivers/sfi/sfi_core.c
+++ b/drivers/sfi/sfi_core.c
@@ -129,7 +129,7 @@ static void sfi_print_table_header(unsigned long long pa,

/*
* sfi_verify_table()
- * Sanity check table lengh, calculate checksum
+ * Sanity check table length, calculate checksum
*/
static int sfi_verify_table(struct sfi_table_header *table)
{
--
2.18.0