File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -166,9 +166,9 @@ unsafe impl FamStruct for kvm_xsave2 {
166
166
/// cannot happen in the [`FamStruct::len`] trait method. To work around this, we define a wrapper
167
167
/// struct that caches the length of a previous `KVM_CHECK_EXTENSION(KVM_CAP_XSAVE2)` call,
168
168
/// and implement [`FamStruct`] for this wrapper. Then in kvm-ioctls, we can expose a function
169
- /// that first queries `KVM_CAP_XSAVE2`, then invokes [`KVM_GET_XSAVE2`] to retrives the `kvm_xsave`
170
- /// structure, and finally combine them into the [`kvm_xsave2`] helper structure to be managed as a
171
- /// `FamStruct`.
169
+ /// that first queries `KVM_CAP_XSAVE2`, then invokes [`KVM_GET_XSAVE2`] to retrieves the
170
+ /// `kvm_xsave` structure, and finally combine them into the [`kvm_xsave2`] helper structure to be
171
+ /// managed as a `FamStruct`.
172
172
pub type Xsave = FamStructWrapper < kvm_xsave2 > ;
173
173
174
174
#[ cfg( test) ]
You can’t perform that action at this time.
0 commit comments