Modify the comment typo: "compliment" -> "complement".

Signed-off-by: Wang Qing <wangq...@vivo.com>
---
 drivers/block/skd_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/block/skd_main.c b/drivers/block/skd_main.c
index ae6454c..e70e764
--- a/drivers/block/skd_main.c
+++ b/drivers/block/skd_main.c
@@ -2037,7 +2037,7 @@ static void skd_enable_interrupts(struct skd_device 
*skdev)
        val = FIT_ISH_FW_STATE_CHANGE +
              FIT_ISH_COMPLETION_POSTED + FIT_ISH_MSG_FROM_DEV;
 
-       /* Note that the compliment of mask is written. A 1-bit means
+       /* Note that the complement of mask is written. A 1-bit means
         * disable, a 0 means enable. */
        SKD_WRITEL(skdev, ~val, FIT_INT_MASK_HOST);
        dev_dbg(&skdev->pdev->dev, "interrupt mask=0x%x\n", ~val);
-- 
2.7.4

Reply via email to