From d39850f79b642ca72e0c49d8242e7101c4bb4481 Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 2 Mar 2005 17:15:52 +0000 Subject: [PATCH] Fix comments --- Example/exAnonymize.cxx | 6 +++--- src/gdcmBinEntry.cxx | 10 +++++----- src/gdcmDicomDir.cxx | 5 +++-- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Example/exAnonymize.cxx b/Example/exAnonymize.cxx index baca6d7a..df651483 100644 --- a/Example/exAnonymize.cxx +++ b/Example/exAnonymize.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exAnonymize.cxx,v $ Language: C++ - Date: $Date: 2005/02/08 17:58:21 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/03/02 17:19:45 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -29,7 +29,7 @@ int main(int argc, char *argv[]) gdcm::Debug::DebugOn(); std::cout << "------------------------------------------------" << std::endl; std::cout << "Anonymize a full gdcm-readable Dicom image" << std::endl; - std::cout << " Warning : probabely segfaults if pixels are not " + std::cout << " Warning : probably segfaults if pixels are not " << " gdcm readable. Use exAnonymizeNoLoad" << std::endl; if( argc < 3 ) diff --git a/src/gdcmBinEntry.cxx b/src/gdcmBinEntry.cxx index 0e677a49..25748140 100644 --- a/src/gdcmBinEntry.cxx +++ b/src/gdcmBinEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmBinEntry.cxx,v $ Language: C++ - Date: $Date: 2005/02/11 20:04:07 $ - Version: $Revision: 1.71 $ + Date: $Date: 2005/03/02 17:15:52 $ + Version: $Revision: 1.72 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -77,9 +77,9 @@ void BinEntry::WriteContent(std::ofstream *fp, FileType filetype) size_t lgr = GetLength(); if (BinArea) // the binArea was *actually* loaded { - /// \todo Probabely, the same operation will have to be done when we want - /// to write image with Big Endian Transfert Syntax, - /// and we are working on Little Endian Processor + /// \todo Probably, the same operation should be done if we wanted + /// to write image with Big Endian Transfer Syntax, + /// while working on Little Endian Processor #if defined(GDCM_WORDS_BIGENDIAN) || defined(GDCM_FORCE_BIGENDIAN_EMULATION) /// \todo FIXME Right now, we only care of Pixels element diff --git a/src/gdcmDicomDir.cxx b/src/gdcmDicomDir.cxx index 68f22e06..97ad3707 100644 --- a/src/gdcmDicomDir.cxx +++ b/src/gdcmDicomDir.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDir.cxx,v $ Language: C++ - Date: $Date: 2005/02/25 15:49:54 $ - Version: $Revision: 1.133 $ + Date: $Date: 2005/03/02 17:16:48 $ + Version: $Revision: 1.134 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -55,6 +55,7 @@ // ---------------------------------------------------------------------------- // // Dicom PS 3.3 describes the relationship between Directory Records, as follow +// (see also PS 4.3, 2004, page 50 for Entity-Relationship model) // // Directory Record Type Directory Record Types which may be included // in the next lower-level directory Entity -- 2.48.1