Minor typo noticed by Bart Van Assche <bart.vanassche@gmail.com>

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1009 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2009-08-04 16:59:09 +00:00
parent 01c113dbb4
commit c722a2b159
+2 -2
View File
@@ -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(