Bug 349112 - Fixed JavaDoc of CCombo#setAlignment() API.

Change-Id: Iac684d0f6f89e0522e0659ac3732f897cebfb784
Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
index ab10136..9656349 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
@@ -1524,7 +1524,7 @@
 }
 
 /**
- * Set the horizontal alignment of the CLabel.
+ * Set the horizontal alignment of the CCombo.
  * Use the values LEFT, CENTER and RIGHT to align image and text within the available space.
  *
  * @param align the alignment style of LEFT, RIGHT or CENTER