From 42ab6b5df46501a758dae33337956a8a395fb653 Mon Sep 17 00:00:00 2001
From: zeromus <zeromus@users.noreply.github.com>
Date: Mon, 17 Apr 2017 22:41:58 -0500
Subject: [PATCH] add tiny comment to HawkFile.Name

---
 BizHawk.Common/HawkFile.cs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/BizHawk.Common/HawkFile.cs b/BizHawk.Common/HawkFile.cs
index 116467d162..b4b89e3ceb 100644
--- a/BizHawk.Common/HawkFile.cs
+++ b/BizHawk.Common/HawkFile.cs
@@ -81,7 +81,8 @@ namespace BizHawk.Common
 		public string CanonicalName => MakeCanonicalName(Path.GetFileName(_rootPath), _memberPath);
 
 		/// <summary>
-		/// returns the virtual name of the bound file (disregarding the archive)
+		/// returns the virtual name of the bound file (disregarding the archive).
+		/// Useful as a basic content identifier.
 		/// </summary>
 		public string Name => GetBoundNameFromCanonical(MakeCanonicalName(_rootPath, _memberPath));