]> Git Repo - qemu.git/commitdiff
framebuffer: Fix spelling in comment (leight -> height)
authorStefan Weil <[email protected]>
Sat, 11 Aug 2012 19:32:02 +0000 (21:32 +0200)
committerStefan Hajnoczi <[email protected]>
Wed, 15 Aug 2012 14:18:54 +0000 (15:18 +0100)
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
hw/framebuffer.c

index f4747cd646629ced9ed8822e6eaa6850b6003e88..85a00a5798695fe15de37de695942d5c474c950d 100644 (file)
@@ -28,7 +28,7 @@ void framebuffer_update_display(
     MemoryRegion *address_space,
     target_phys_addr_t base,
     int cols, /* Width in pixels.  */
-    int rows, /* Leight in pixels.  */
+    int rows, /* Height in pixels.  */
     int src_width, /* Length of source line, in bytes.  */
     int dest_row_pitch, /* Bytes between adjacent horizontal output pixels.  */
     int dest_col_pitch, /* Bytes between adjacent vertical output pixels.  */
This page took 0.026312 seconds and 4 git commands to generate.