1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Javadoc typo

This commit is contained in:
Anton Leherbauer 2009-06-04 09:49:28 +00:00
parent a7e775b33a
commit 16c0c77295

View file

@ -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;