summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-29 12:08:30 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-29 12:08:30 +0000
commit2eb0ad76e12204b78821456fb7b9cb19ed69a078 (patch)
tree655492a9f8ac5712eb0464aebc6869a13b386236
parent46bbb62bed20e93b651a9f19c87634d2732f05a5 (diff)
checksum algorithm is not MD5 only [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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