diff options
author | Tom Rix <trix@redhat.com> | 2022-07-30 09:57:04 -0400 |
---|---|---|
committer | Zack Rusin <zackr@vmware.com> | 2022-08-04 11:30:46 -0400 |
commit | 05436815fdb47539269387c10285c088a8ba33e7 (patch) | |
tree | e23d282c80ed517713a2951037a17a713691e60b /drivers/gpu/drm/vmwgfx/device_include | |
parent | ffb6260be81f5f4c97b34430072bf50380b42478 (diff) |
drm/vmwgfx: cleanup comments
Remove second 'should'
Spelling replacements
aqcuire -> acquire
applcations -> applications
assumings -> assumes
begining -> beginning
commited -> committed
contol -> control
inbetween -> in between
resorces -> resources
succesful -> successful
successfule -> successful
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Zack Rusin <zackr@vmware.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220730135704.2889434-1-trix@redhat.com
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/device_include')
-rw-r--r-- | drivers/gpu/drm/vmwgfx/device_include/vm_basic_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vmwgfx/device_include/vm_basic_types.h b/drivers/gpu/drm/vmwgfx/device_include/vm_basic_types.h index 1f6e3bbc6605..f84376718086 100644 --- a/drivers/gpu/drm/vmwgfx/device_include/vm_basic_types.h +++ b/drivers/gpu/drm/vmwgfx/device_include/vm_basic_types.h @@ -121,7 +121,7 @@ typedef __attribute__((aligned(32))) struct MKSGuestStatInfoEntry { * * Since the MKSGuestStatInfoEntry structures contain userlevel * pointers, the InstanceDescriptor also contains pointers to the - * begining of these sections allowing the host side code to correctly + * beginning of these sections allowing the host side code to correctly * interpret the pointers. * * Because the host side code never acknowledges anything back to the |