Remove profanity
authorMiguel de Icaza <miguel@gnome.org>
Sat, 29 Mar 2014 00:56:02 +0000 (20:56 -0400)
committerMiguel de Icaza <miguel@gnome.org>
Sat, 29 Mar 2014 00:56:02 +0000 (20:56 -0400)
mcs/class/System/System.Collections.Generic/Queue.cs
mcs/class/System/System.Collections.Generic/Stack.cs
mono/metadata/ChangeLog

index 2c3aff6a76f35a0eb7be487770f45e1c61c15759..3836f4a9c83aca30fffa06a17e463edcb0d95a00 100644 (file)
@@ -249,9 +249,8 @@ namespace System.Collections.Generic
                                ver = q._version;
                        }
                        
-                       // for some fucked up reason, MSFT added a useless dispose to this class
-                       // It means that in foreach, we must still do a try/finally. Broken, very
-                       // broken.
+                       // for some reason, MSFT added a dispose to this class
+                       // It means that in foreach, we must still do a try/finally. Broken?
                        public void Dispose ()
                        {
                                idx = NOT_STARTED;
index 4a693549b5f6c8636fd2824a3590b6bbf22d17b8..63d3fc3ff46095867adf3fde4bf1745400223d29 100644 (file)
@@ -208,9 +208,8 @@ namespace System.Collections.Generic
                                _version = t._version;
                        }
                        
-                       // for some fucked up reason, MSFT added a useless dispose to this class
-                       // It means that in foreach, we must still do a try/finally. Broken, very
-                       // broken.
+                       // for some reason, MSFT added a dispose to this class
+                       // It means that in foreach, we must still do a try/finally. broken?
                        public void Dispose ()
                        {
                                idx = FINISHED;
index c68f6c7667466a551bfcb0b55a585cca6bf7a65e..08ae4973096fc60608c73be7d14452e25e9ec40a 100644 (file)
@@ -23294,7 +23294,7 @@ Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
 2005-05-11  Martin Baulig  <martin@ximian.com>
 
        * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
-       changes as they're broken and completely fuck up the debugger.
+       changes as they're broken and mess with the debugger.
 
        * mono-debug.c (mono_debug_add_method): Properly unlock on error.