Fixed javadoc for CompletionContext$TL_CONSTRUCTOR_START
diff --git a/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionContext.java b/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionContext.java
index e00443f..aacdc47 100644
--- a/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionContext.java
+++ b/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionContext.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2008 IBM Corporation and others.
+ * Copyright (c) 2005, 2012 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -54,7 +54,8 @@
 	public static final int TL_STATEMENT_START = 2;
 	
 	/**
-	 * The completed token is the first token of a constructor.<br>
+	 * The completed token is the first token of a constructor
+	 * invocation expression.<br>
 	 * e.g.
 	 * <pre>
 	 * public class X {