From: VperuS Date: Mon, 20 Nov 2017 23:40:51 +0000 (+0200) Subject: English grammar in comments X-Git-Tag: v3.0.0~19^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce86006c8e973df6162f07fc69fcae0936d90dbe;p=platform%2Fcore%2Fcsapi%2Fopentk.git English grammar in comments --- diff --git a/src/Generator.Rewrite/Options.cs b/src/Generator.Rewrite/Options.cs index 4aeca6c..155a3ab 100644 --- a/src/Generator.Rewrite/Options.cs +++ b/src/Generator.Rewrite/Options.cs @@ -23,14 +23,14 @@ namespace OpenTK.Rewrite public string StrongNameKey { get; set; } /// - /// Gets or sets a value indicating whether enable calls to GL.GetError(), wrapped around each native call. + /// Gets or sets a value indicating whether calls to GL.GetError() are wrapped around each native call. /// [Option('d', "debug", Default = false, HelpText = "Enable calls to GL.GetError(), wrapped around each native call.")] public bool EnableDebugCalls { get; set; } /// - /// Gets or sets a value indicating whether force native calls to use DllImport instead of GetProcAddress. + /// Gets or sets a value indicating whether native calls are forced to use DllImport instead of GetProcAddress. /// [Option("dllimport", Default = false, HelpText = "Force native calls to use DllImport instead of GetProcAddress.")]