X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2Fcorlib%2FSystem.IO%2FDirectory.cs;h=baa366a7efbc309f2c5f4b345cec3aa567b1efe8;hb=3fb128ac0de7cca459098c2dc3359d81f5e48353;hp=6066c031cba72eb04542b7c30d45fd55193eb802;hpb=4f021d81ca18b1aca6fd46165becb49bb9c63c25;p=mono.git diff --git a/mcs/class/corlib/System.IO/Directory.cs b/mcs/class/corlib/System.IO/Directory.cs index 6066c031cba..baa366a7efb 100644 --- a/mcs/class/corlib/System.IO/Directory.cs +++ b/mcs/class/corlib/System.IO/Directory.cs @@ -140,7 +140,7 @@ namespace System.IO if (!success) { /* * FIXME: - * In io-layer/io.c rmdir returns error_file_not_found if directory does not exists. + * In io-layer/io.c rmdir returns error_file_not_found if directory does not exist. * So maybe this could be handled somewhere else? */ if (error == MonoIOError.ERROR_FILE_NOT_FOUND) {