X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b5a5fc4d9f6bae6a02f1d71ea4769f86b6cb6fb8..2378bb24c3d4ce21d71b4ab5739c58a9979b8b69:/client/hidcardformatutils.c?ds=sidebyside

diff --git a/client/hidcardformatutils.c b/client/hidcardformatutils.c
index d7c159cd..e4fb6349 100644
--- a/client/hidcardformatutils.c
+++ b/client/hidcardformatutils.c
@@ -61,7 +61,7 @@ bool set_bit_by_position(/* inout */hidproxmessage_t* data, /* in */bool value,
  * mean it won't eventually contain one, however. To prevent memory leaks and erroneous
  * aliasing, perform the copy function manually instead. Hence, this function.
  * 
- * If the definition of the hid_proxmessage struct changes, this function must also
+ * If the definition of the hidproxmessage struct changes, this function must also
  * be updated to match.
  */
 void proxmessage_datacopy(/*in*/hidproxmessage_t* src, /*out*/hidproxmessage_t* dest){
@@ -169,4 +169,4 @@ bool add_HID_header(/* inout */hidproxmessage_t* data){
     data->bot |= 1 << data->Length; // leading 1: start bit
   }
   return true;
-}
\ No newline at end of file
+}