From f730931fc71aa3b1a7985e597ae2d33470b27827 Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Wed, 1 Apr 2015 15:26:37 +0200 Subject: [PATCH] Update Types.h --- Types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Types.h b/Types.h index cea711991..e1852bc7f 100644 --- a/Types.h +++ b/Types.h @@ -513,7 +513,7 @@ public: virtual Category getCategory() const override { return Category::Function; } /// @returns TypePointer of a new FunctionType object. All input/return parameters are an appropriate external types of input/return parameters of current function. - /// Returns an empty shared pointer if one of input/return parameters does not have an externaltype. + /// Returns an empty shared pointer if one of the input/return parameters does not have an externaltype. virtual TypePointer externalType() const override; explicit FunctionType(FunctionDefinition const& _function, bool _isInternal = true);