]> Creatis software - gdcm.git/blobdiff - src/gdcmDictEntry.cxx
Write uses now chained list instead of (now unuable for this purpose) H Table
[gdcm.git] / src / gdcmDictEntry.cxx
index 7ad40bee7d9924c336d74836b6a5c0bfc8498598..ee04a0c62a7f3a036df8394e5b2defb9da9787d1 100644 (file)
@@ -39,7 +39,7 @@ gdcmDictEntry::gdcmDictEntry(guint16 InGroup, guint16 InElement,
  * \brief   concatenates 2 guint16 (supposed to be a Dicom group number 
  *                                             and a Dicom element number)
  * @param  group the Dicom group   number used to build the tag
- * @param  group the Dicom element number used to build the tag
+ * @param  element the Dicom element number used to build the tag
  * return the built tag
  */