| Index: src/IceDefs.h
|
| diff --git a/src/IceDefs.h b/src/IceDefs.h
|
| index d7ef288d29ed0cb397e1f77ecec3b7bc9c98b519..2c09ba9941f091b1388bcba420787a1a178f7b43 100644
|
| --- a/src/IceDefs.h
|
| +++ b/src/IceDefs.h
|
| @@ -177,7 +177,7 @@ public:
|
| }
|
|
|
| // This do nothing method is invoked when a global variable is created, but it
|
| - // will not be emitted. If we ever need to track the created variabled, having
|
| + // will not be emitted. If we ever need to track the created variable, having
|
| // this hook is handy.
|
| void willNotBeEmitted(VariableDeclaration *) {}
|
|
|
|
|