* UnixDirectoryInfo.cs, UnixDriveInfo.cs, UnixEnvironment.cs,
[mono.git] / mcs / class / Mono.Posix / Mono.Unix / UnixDriveInfo.cs
index 372bd941b3608da29151568b92097e22923f8d44..ba131120e4dd3d661888932b0da8710638eeb780 100644 (file)
@@ -116,7 +116,7 @@ namespace Mono.Unix {
                }
 
                [CLSCompliant(false)]
-               [Obsolete ("The return type of this property will change in the next release.")]
+               [Obsolete ("The return type will change to Int64 in the next release")]
                public ulong MaximumFilenameLength {
                        get {Refresh (); return stat.f_namemax;}
                }