8215217: OpenJDK source has too many swear words
authorafarley
Thu, 13 Dec 2018 11:05:22 -0800
changeset 53024 2cc1ae79b303
parent 53023 6879069d9d94
child 53027 93b401e5bf51
8215217: OpenJDK source has too many swear words Reviewed-by: smarks, shade, rriggs, lancea, prr, joehw
src/java.desktop/share/classes/com/sun/media/sound/SoftChannel.java
src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/BitArray.java
--- a/src/java.desktop/share/classes/com/sun/media/sound/SoftChannel.java	Thu Dec 13 19:06:11 2018 +0100
+++ b/src/java.desktop/share/classes/com/sun/media/sound/SoftChannel.java	Thu Dec 13 11:05:22 2018 -0800
@@ -1472,7 +1472,7 @@
                 }
                 for (int controller : co_midi_nrpn_nrpn.keySet())
                     nrpnChange(controller, 0);
-                rpnChange(0, 2 << 7);   // Bitch Bend sensitivity
+                rpnChange(0, 2 << 7);   // Pitch Bend sensitivity
                 rpnChange(1, 64 << 7);  // Channel fine tunning
                 rpnChange(2, 64 << 7);  // Channel Coarse Tuning
                 rpnChange(5, 64);       // Modulation Depth, +/- 50 cent
--- a/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/BitArray.java	Thu Dec 13 19:06:11 2018 +0100
+++ b/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/BitArray.java	Thu Dec 13 11:05:22 2018 -0800
@@ -133,7 +133,7 @@
      * This method returns the Nth bit that is set in the bit array. The
      * current position is cached in the following 4 variables and will
      * help speed up a sequence of next() call in an index iterator. This
-     * method is a mess, but it is fast and it works, so don't fuck with it.
+     * method is a mess, but it is fast and it works, so don't change it.
      */
     private int _pos = Integer.MAX_VALUE;
     private int _node = 0;