2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Mono.Posix / Mono.Unix / Catalog.cs
index e17218d24ddf89bdef6fb1d147045e2811dd2fe7..8ec13851e3b5c71047362937b9194224f5c90afc 100644 (file)
@@ -1,5 +1,5 @@
 //
-// Mono.Posix.Catalog.cs: Wrappers for the libintl library.
+// Mono.Unix.Catalog.cs: Wrappers for the libintl library.
 //
 // Author:
 //   Edd Dumbill (edd@usefulinc.com)
@@ -33,7 +33,7 @@
 using System;
 using System.Runtime.InteropServices;
 
-namespace Mono.Posix {
+namespace Mono.Unix {
 
        public class Catalog {
                [DllImport("libintl")]