X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/FieldDeclaration.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/FieldDeclaration.java index 4981987..71fc91e 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/FieldDeclaration.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/FieldDeclaration.java @@ -12,7 +12,7 @@ import java.util.ArrayList; * A Field declaration. * This is a variable declaration for a php class * In fact it's an array of VariableUsage, since a field could contains - * several vars : + * several var : * var $toto,$tata; * @author Matthieu Casanova */