Skip to content

Commit c667e66

Browse files
committed
Fix cargo doc for staging
Signed-off-by: Alyssa Ross <[email protected]>
1 parent c5ce9db commit c667e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/vhost-device-video/src/vhu_video.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ pub(crate) struct VuVideoBackend {
131131
}
132132

133133
impl VuVideoBackend {
134-
/// Create a new virtio video device for /dev/video<num>.
134+
/// Create a new virtio video device for /dev/video\<num>.
135135
pub fn new(video_path: &Path, video_backend: BackendType) -> Result<Self> {
136136
let backend = Arc::new(RwLock::new(video_backends::alloc_video_backend(
137137
video_backend,

0 commit comments

Comments
 (0)