Merge pull request #1583 from federicobond/fix-comment

Fix typo in comment
This commit is contained in:
chriseth 2017-01-18 19:28:55 +01:00 committed by GitHub
commit ba7dcbc15e

View File

@ -606,7 +606,7 @@ private:
/**
* 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
{