comment change
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java b/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java
index f761e5e..e2e6259 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java
@@ -52,10 +52,6 @@
 	Object[] variants;
 	Control control;
 	
-//	public COMObject HACK () {
-//		return objIAccessible;
-//	}
-//	
 	public Accessible(Control control) {
 		this.control = control;
 		int /*long*/[] ppvObject = new int /*long*/[1];
@@ -101,9 +97,9 @@
 			public int /*long*/ method27(int /*long*/[] args) {return put_accValue(args[0], args[1]);}
 		};
 
-		/* If the callback takes a struct parameter (for example, a variant),
-		 * then create a custom callback that dereferences the struct and
-		 * passes a pointer to the original callback.
+		/* 64-bit compatibility: If the callback takes a struct parameter (for example,
+		 * a variant), then create a custom callback that dereferences the struct
+		 * and passes a pointer to the original callback.
 		 */
 		int /*long*/ ppVtable = objIAccessible.ppVtable;
 		int /*long*/[] pVtable = new int /*long*/[1];