diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-06-23 15:53:45 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-06-23 15:55:47 +0100 |
commit | 33d3077266942b23c5bc05ef4a9a6cebe357272a (patch) | |
tree | 81f30f32b0229daba520bd63449426facc068541 /src/sna/sna_video.c | |
parent | 03e6aee8fd2cc7486fbd2ec55a537c712786486b (diff) |
sna: Debug compile fix, and some extra comments
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna_video.c')
-rw-r--r-- | src/sna/sna_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna_video.c b/src/sna/sna_video.c index 7f520da2..c0b1451d 100644 --- a/src/sna/sna_video.c +++ b/src/sna/sna_video.c @@ -482,7 +482,7 @@ sna_video_copy_data(struct sna *sna, if (frame->bo == NULL) return FALSE; - /* In the common case, we can simply the upload to a single pwrite */ + /* In the common case, we can simply the upload in a single pwrite */ if (video->rotation == RR_Rotate_0) { if (is_planar_fourcc(frame->id)) { uint16_t pitch[2] = { |