From c722a2b1598df5b87eaf02beb3f8b6a9e740125c Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 4 Aug 2009 16:59:09 +0000 Subject: [PATCH] Minor typo noticed by Bart Van Assche git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1009 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index 3ce13e31e..c3fc63ac6 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -2929,7 +2929,7 @@ void scst_set_cmd_abnormal_done_state(struct scst_cmd *cmd); /* * Returns target driver's root entry in SCST's /proc hierarchy. - * The driver can create own files/directoryes here, which should + * The driver can create own files/directories here, which should * be deleted in the driver's release(). */ static inline struct proc_dir_entry *scst_proc_get_tgt_root( @@ -2940,7 +2940,7 @@ static inline struct proc_dir_entry *scst_proc_get_tgt_root( /* * Returns device handler's root entry in SCST's /proc hierarchy. - * The driver can create own files/directoryes here, which should + * The driver can create own files/directories here, which should * be deleted in the driver's detach()/release(). */ static inline struct proc_dir_entry *scst_proc_get_dev_type_root(