hwkey: modified a typing error at an annotation
authorsungmin ha <sungmin82.ha@samsung.com>
Wed, 20 Mar 2013 05:10:31 +0000 (14:10 +0900)
committersungmin ha <sungmin82.ha@samsung.com>
Wed, 20 Mar 2013 05:10:31 +0000 (14:10 +0900)
Signed-off-by: Sungmin Ha <sungmin82.ha@samsung.com>
tizen/src/hw/maru_virtio_hwkey.c

index ac5e4bd31da32c14b9ddfde1adfb647d47a39354..29f541b955fb0e578b9baf54e2956a571309db17 100644 (file)
@@ -148,7 +148,7 @@ static void maru_virtio_hwkey_handle(VirtIODevice *vdev, VirtQueue *vq)
 
         /* save VirtQueueElement */
         QTAILQ_INSERT_TAIL(&elem_queue, elem_entry, node);
-        /* call maru_virtio_touchscreen_notify */
+        /* call maru_virtio_hwkey_notify */
         qemu_bh_schedule(vhk->bh);
 
         pthread_mutex_unlock(&elem_mutex);