diff mbox series

[4/5] drm/mga: Fix spelling typo in comment

Message ID tencent_40358B3D828B40AC0C4848516113CAB4BF05@qq.com (mailing list archive)
State New, archived
Headers show
Series None | expand

Commit Message

1064094935 May 27, 2022, 4:18 a.m. UTC
From: pengfuyuan <pengfuyuan@kylinos.cn>

Fix spelling typo in comment.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: pengfuyuan <pengfuyuan@kylinos.cn>
---
 drivers/gpu/drm/mga/mga_state.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/gpu/drm/mga/mga_state.c b/drivers/gpu/drm/mga/mga_state.c
index 5b7247b58451..023e0cf12ef2 100644
--- a/drivers/gpu/drm/mga/mga_state.c
+++ b/drivers/gpu/drm/mga/mga_state.c
@@ -712,7 +712,7 @@  static void mga_dma_dispatch_indices(struct drm_device *dev, struct drm_buf *buf
 	FLUSH_DMA();
 }
 
-/* This copies a 64 byte aligned agp region to the frambuffer with a
+/* This copies a 64 byte aligned agp region to the framebuffer with a
  * standard blit, the ioctl needs to do checking.
  */
 static void mga_dma_dispatch_iload(struct drm_device *dev, struct drm_buf *buf,