diff mbox series

scsi_dh: Fix a typo

Message ID 20210322064521.4022142-1-unixbhaskar@gmail.com
State New
Headers show
Series scsi_dh: Fix a typo | expand

Commit Message

Bhaskar Chowdhury March 22, 2021, 6:45 a.m. UTC
s/infrastruture/infrastructure/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 include/scsi/scsi_dh.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.31.0
diff mbox series

Patch

diff --git a/include/scsi/scsi_dh.h b/include/scsi/scsi_dh.h
index 2852e470a8ed..a9f782fe732a 100644
--- a/include/scsi/scsi_dh.h
+++ b/include/scsi/scsi_dh.h
@@ -1,6 +1,6 @@ 
 /* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
- * Header file for SCSI device handler infrastruture.
+ * Header file for SCSI device handler infrastructure.
  *
  * Modified version of patches posted by Mike Christie <michaelc@cs.wisc.edu>
  *