diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-02-26 18:46:12 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2012-03-08 15:22:11 +0000 |
commit | 93148aa5c341810b0ecefdbe4e760fddb38d9085 (patch) | |
tree | 2bfed99d4c80f25b3b252c7fd81801775786141f /libcacard | |
parent | 0ea5c0cdb0d87b5848cbe749598716bc62fd334a (diff) |
Spelling fixes in comments (it's -> its)
* it's -> its (fixed for all files)
* dont -> don't (only fixed in a line which was touched by the previous fix)
* distrub -> disturb (fixed in the same line)
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'libcacard')
-rw-r--r-- | libcacard/vscclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcacard/vscclient.c b/libcacard/vscclient.c index 0adae132f8..b64c93dd69 100644 --- a/libcacard/vscclient.c +++ b/libcacard/vscclient.c @@ -129,7 +129,7 @@ event_thread(void *arg) vevent_delete(event); continue; } - /* this reader hasn't been told it's status from qemu yet, wait for + /* this reader hasn't been told its status from qemu yet, wait for * that status */ while (pending_reader != NULL) { qemu_cond_wait(&pending_reader_condition, &pending_reader_lock); |