From 16c0c772959dc393fa6a476210cf43a78e5513ff Mon Sep 17 00:00:00 2001 From: Anton Leherbauer Date: Thu, 4 Jun 2009 09:49:28 +0000 Subject: [PATCH] Javadoc typo --- .../src/org/eclipse/cdt/ui/text/SharedASTJob.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/SharedASTJob.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/SharedASTJob.java index c7e0193fdeb..731883094b1 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/SharedASTJob.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/SharedASTJob.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008 Wind River Systems, Inc. and others. + * Copyright (c) 2008, 2009 Wind River Systems, Inc. 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 @@ -35,7 +35,7 @@ import org.eclipse.cdt.internal.ui.editor.ASTProvider; public abstract class SharedASTJob extends Job { /** - * The translation unit to for which to access the AST. + * The translation unit for which to access the AST. */ protected final ITranslationUnit fUnit;