Merge branch 'BigIntegerParse'
[mono.git] / mcs / class / corlib / System.IO / Directory.cs
index 6066c031cba72eb04542b7c30d45fd55193eb802..baa366a7efbc309f2c5f4b345cec3aa567b1efe8 100644 (file)
@@ -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) {