summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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];