Index: src/Common/DelftTools.Utils/Reflection/AssemblyUtils.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -ref06ac77e7d9765e7fc732fa11bd1ece85a68406 --- src/Common/DelftTools.Utils/Reflection/AssemblyUtils.cs (.../AssemblyUtils.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/DelftTools.Utils/Reflection/AssemblyUtils.cs (.../AssemblyUtils.cs) (revision ef06ac77e7d9765e7fc732fa11bd1ece85a68406) @@ -200,7 +200,7 @@ } /// - /// This method checks if a file is a managed dll. It's based on how the file command on linux works. + /// This method checks if a file is a managed dll. It's based on how the file command on linux works, as explained in http://www.darwinsys.com/file/ /// /// path of dll /// true if file is a managed dll