mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Fix typo.
This commit is contained in:
parent
4118113fc1
commit
260ac36209
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272558
@ -53,7 +53,7 @@ struct devsw {
|
||||
void *dv_close;
|
||||
void *dv_ioctl;
|
||||
void *dv_print;
|
||||
void *dv_cleanupa;
|
||||
void *dv_cleanup;
|
||||
} udisk = {
|
||||
.dv_name = "disk",
|
||||
.dv_strategy = disk_strategy
|
||||
|
Loading…
Reference in New Issue
Block a user