We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d915fe commit 78672bfCopy full SHA for 78672bf
plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/TableSorter.java
@@ -92,7 +92,7 @@ private void restoreListeners() {
92
@SuppressWarnings("unchecked")
93
private int compare(Object o1, Object o2) {
94
// take care of the case where both o1 & o2 are null. Needed to keep
95
- // the method symetric. Without this quickSort gives surprising results.
+ // the method symmetric. Without this quickSort gives surprising results.
96
if (o1 == o2)
97
return 0;
98
if (o1==null)
0 commit comments