drm/vmwgfx: Fix a typo
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Sat, 20 Mar 2021 21:16:17 +0000 (02:46 +0530)
committerZack Rusin <zackr@vmware.com>
Thu, 29 Apr 2021 18:54:54 +0000 (14:54 -0400)
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
drivers/gpu/drm/vmwgfx/vmwgfx_so.c

index 2877c7b..a0e49dc 100644 (file)
@@ -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.