Fix typo in comment

This commit is contained in:
Federico Bond 2017-01-18 12:43:23 -03:00
parent 28a05e5aa3
commit d40ae663ec

View File

@ -606,7 +606,7 @@ private:
/** /**
* Declaration of a variable. This can be used in various places, e.g. in function parameter * Declaration of a variable. This can be used in various places, e.g. in function parameter
* lists, struct definitions and even function bodys. * lists, struct definitions and even function bodies.
*/ */
class VariableDeclaration: public Declaration class VariableDeclaration: public Declaration
{ {