diff options
Diffstat (limited to 'idlc/inc/astdeclaration.hxx')
-rw-r--r-- | idlc/inc/astdeclaration.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/idlc/inc/astdeclaration.hxx b/idlc/inc/astdeclaration.hxx index c6a76d9aa4a2..9cbd8c95e248 100644 --- a/idlc/inc/astdeclaration.hxx +++ b/idlc/inc/astdeclaration.hxx @@ -27,12 +27,11 @@ class AstScope; // Enum defining the different kinds of Ast nodes enum NodeType { - NT_object, // Denotes an object - NT_service, // Denotes an servcie + NT_service, // Denotes a service NT_interface_member, // Denotes an interface which is exported from object - NT_service_member, // Denotes an service which is exported from object + NT_service_member, // Denotes a service which is exported from object NT_observes, // Denotes an observed interface - NT_needs, // Denotes an needed service + NT_needs, // Denotes a needed service NT_module, // Denotes a module NT_root, // Denotes the root of AST NT_interface, // Denotes an interface |