mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
Fixed typo.
This commit is contained in:
parent
f8d97d79fa
commit
4f80f47e85
1 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue