aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/pstore.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pstore.rb b/lib/pstore.rb
index 6fddb319b7..3e2f594b6f 100644
--- a/lib/pstore.rb
+++ b/lib/pstore.rb
@@ -395,7 +395,7 @@ class PStore
# Load the given PStore file.
# If +read_only+ is true, the unmarshalled Hash will be returned.
# If +read_only+ is false, a 3-tuple will be returned: the unmarshalled
- # Hash, an MD5 checksum of the data, and the size of the data.
+ # Hash, a checksum of the data, and the size of the data.
def load_data(file, read_only)
if read_only
begin