Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryorah <yoram.harmelin@gmail.com>2013-07-01 13:58:03 +0400
committeryorah <yoram.harmelin@gmail.com>2013-07-01 17:59:33 +0400
commit6fbd65b68d4fcc3c7baea915da6d99b663131d34 (patch)
tree189f2eb9493dd2e41cafea6890f57e0966aa2d1f /LibGit2Sharp/Core/GitTransferProgress.cs
parent219b0c5764ac247e3bbcf04c2966208c813c36c9 (diff)
Standardize comments style
Diffstat (limited to 'LibGit2Sharp/Core/GitTransferProgress.cs')
-rw-r--r--LibGit2Sharp/Core/GitTransferProgress.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/Core/GitTransferProgress.cs b/LibGit2Sharp/Core/GitTransferProgress.cs
index b57dadf5..29456c15 100644
--- a/LibGit2Sharp/Core/GitTransferProgress.cs
+++ b/LibGit2Sharp/Core/GitTransferProgress.cs
@@ -4,7 +4,7 @@ using System.Runtime.InteropServices;
namespace LibGit2Sharp.Core
{
/// <summary>
- /// Managed structure corresponding to git_transfer_progress native structure.
+ /// Managed structure corresponding to git_transfer_progress native structure.
/// </summary>
[StructLayout(LayoutKind.Sequential)]
internal struct GitTransferProgress