From: sungmin ha Date: Wed, 20 Mar 2013 05:10:31 +0000 (+0900) Subject: hwkey: modified a typing error at an annotation X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1041 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f72f886b9a12201f03b0b920bce65c4ef4b41f9d;p=sdk%2Femulator%2Fqemu.git hwkey: modified a typing error at an annotation Signed-off-by: Sungmin Ha --- diff --git a/tizen/src/hw/maru_virtio_hwkey.c b/tizen/src/hw/maru_virtio_hwkey.c index ac5e4bd31d..29f541b955 100644 --- a/tizen/src/hw/maru_virtio_hwkey.c +++ b/tizen/src/hw/maru_virtio_hwkey.c @@ -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);