diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-21 00:16:17 +0300 |
---|---|---|
committer | Zack Rusin <zackr@vmware.com> | 2021-04-29 21:54:54 +0300 |
commit | 82cc3b070350beecb1c0f65772aaa85c6b248d9e (patch) | |
tree | 34084356803bee8c93eb99f211f1a05f1c5b8357 /drivers/gpu/drm/vmwgfx | |
parent | e590c2b03a6143ba93ddad306bc9eaafa838c020 (diff) | |
download | linux-82cc3b070350beecb1c0f65772aaa85c6b248d9e.tar.xz |
drm/vmwgfx: Fix a typo
s/particuar/particular/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Zack Rusin <zackr@vmware.com>
Signed-off-by: Zack Rusin <zackr@vmware.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210320211617.30746-1-unixbhaskar@gmail.com
Diffstat (limited to 'drivers/gpu/drm/vmwgfx')
-rw-r--r-- | drivers/gpu/drm/vmwgfx/vmwgfx_so.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_so.c b/drivers/gpu/drm/vmwgfx/vmwgfx_so.c index 2877c7b43bd7..a0e49dcd5c44 100644 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_so.c +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_so.c @@ -33,7 +33,7 @@ * The currently only reason we need to keep track of views is that if we * destroy a hardware surface, all views pointing to it must also be destroyed, * otherwise the device will error. - * So in particuar if a surface is evicted, we must destroy all views pointing + * So in particular if a surface is evicted, we must destroy all views pointing * to it, and all context bindings of that view. Similarly we must restore * the view bindings, views and surfaces pointed to by the views when a * context is referenced in the command stream. |