Skip to content

Commit

Permalink
doc(driver): fix struct name
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakuraMizu committed Jul 15, 2024
1 parent e082000 commit f9b286a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions compio-driver/src/iocp/op.rs
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ pub struct RecvMsg<T: IoVectoredBufMut, C: IoBufMut, S> {
}

impl<T: IoVectoredBufMut, C: IoBufMut, S> RecvMsg<T, C, S> {
/// Create [`RecvMsgVectored`].
/// Create [`RecvMsg`].
///
/// # Panics
///
Expand Down Expand Up @@ -865,7 +865,7 @@ pub struct SendMsg<T: IoVectoredBuf, C: IoBuf, S> {
}

impl<T: IoVectoredBuf, C: IoBuf, S> SendMsg<T, C, S> {
/// Create [`SendMsgVectored`].
/// Create [`SendMsg`].
///
/// # Panics
///
Expand Down
4 changes: 2 additions & 2 deletions compio-driver/src/unix/op.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ pub struct RecvMsg<T: IoVectoredBufMut, C: IoBufMut, S> {
}

impl<T: IoVectoredBufMut, C: IoBufMut, S> RecvMsg<T, C, S> {
/// Create [`RecvMsgVectored`].
/// Create [`RecvMsg`].
///
/// # Panics
///
Expand Down Expand Up @@ -436,7 +436,7 @@ pub struct SendMsg<T: IoVectoredBuf, C: IoBuf, S> {
}

impl<T: IoVectoredBuf, C: IoBuf, S> SendMsg<T, C, S> {
/// Create [`SendMsgVectored`].
/// Create [`SendMsg`].
///
/// # Panics
///
Expand Down

0 comments on commit f9b286a

Please sign in to comment.