Skip to content

Commit

Permalink
Fix typo in winfsp_wrs/src/file_system.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Mar 18, 2024
1 parent 196ee23 commit c538774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winfsp_wrs/src/file_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ impl<Ctx: FileSystemContext> FileSystem<Ctx> {
let res = FspFileSystemCreate(
// `device_name` contains const data, so this `cast_mut` is a bit scary !
// However, it is only a limitation in the type system (we need to cast
// to `PWSTR`): in practice this parameter in never modified.
// to `PWSTR`): in practice this parameter is never modified.
device_name.as_ptr().cast_mut(),
&params.volume_params.0,
interface,
Expand Down

0 comments on commit c538774

Please sign in to comment.