aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pstore.rb
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
commitfeb44ccdbb495b9f7dc9870f83352918fecc1eb4 (patch)
tree655492a9f8ac5712eb0464aebc6869a13b386236 /lib/pstore.rb
parent8c673eec5c93f6e06854139e477ac1d7490f7b40 (diff)
downloadruby-feb44ccdbb495b9f7dc9870f83352918fecc1eb4.tar.gz
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
Diffstat (limited to 'lib/pstore.rb')
-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