summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-02-01 18:17:51 +0200
committerAlon Levy <alevy@redhat.com>2011-02-03 16:54:27 +0200
commit57215b5ab46ebd6a75d5eacd44d882e6692feb06 (patch)
tree7365d10da0c066cd689b3dddd8323352fe00e671
parenta0f2ae657dee1e8072b55f59e3a7c7286e9303e5 (diff)
vscard_common: fix comment for VSCMsgError
-rw-r--r--vscard_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vscard_common.h b/vscard_common.h
index c0a3c46..425abf5 100644
--- a/vscard_common.h
+++ b/vscard_common.h
@@ -122,8 +122,8 @@ typedef struct VSCMsgError {
* Host replies with allocated reader id in VSCMsgError with code==SUCCESS.
*
* name - name of the reader on client side, UTF-8 encoded. Only used
- * for client presentation (may be translated to the device presented to the guest),
- * protocol wise only reader_id
+ * for client presentation (may be translated to the device presented to the
+ * guest), protocol wise only reader_id is important.
* */
typedef struct VSCMsgReaderAdd {
uint8_t name[0];