Fix a few typos
[mesa.git] / src / gallium / drivers / r600 / r600_hw_context.c
index 7961a96b67e4a161210d11c7720b01b659d27a83..8eb0c6806b99f53a02e4480f71b1d46517d3485a 100644 (file)
@@ -466,7 +466,7 @@ void r600_dma_copy_buffer(struct r600_context *rctx,
        r600_need_dma_space(&rctx->b, ncopy * 5);
        for (i = 0; i < ncopy; i++) {
                csize = size < R600_DMA_COPY_MAX_SIZE_DW ? size : R600_DMA_COPY_MAX_SIZE_DW;
-               /* emit reloc before writting cs so that cs is always in consistent state */
+               /* emit reloc before writing cs so that cs is always in consistent state */
                r600_context_bo_reloc(&rctx->b, &rctx->b.rings.dma, rsrc, RADEON_USAGE_READ,
                                      RADEON_PRIO_MIN);
                r600_context_bo_reloc(&rctx->b, &rctx->b.rings.dma, rdst, RADEON_USAGE_WRITE,