1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00

Fixed typo.

This commit is contained in:
Sergey Prigogin 2011-04-25 01:01:42 +00:00
parent f8d97d79fa
commit 4f80f47e85

View file

@ -68,8 +68,8 @@ public interface IASTDeclarator extends IASTNode, IASTNameOwner {
public void addPointerOperator(IASTPointerOperator operator);
/**
* If the declarator is nested in parenthesis, this returns the declarator
* as found in those parenethesis.
* If the declarator is nested in parentheses, this returns the declarator
* as found in those parentheses.
*
* @return the nested declarator or null
*/
@ -117,5 +117,4 @@ public interface IASTDeclarator extends IASTNode, IASTNameOwner {
* @since 5.3
*/
public IASTDeclarator copy(CopyStyle style);
}