aboutsummaryrefslogtreecommitdiff
path: root/vendor/gopkg.in/mgo.v2/gridfs.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gopkg.in/mgo.v2/gridfs.go')
-rw-r--r--vendor/gopkg.in/mgo.v2/gridfs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gopkg.in/mgo.v2/gridfs.go b/vendor/gopkg.in/mgo.v2/gridfs.go
index 2ac4ff5..4214720 100644
--- a/vendor/gopkg.in/mgo.v2/gridfs.go
+++ b/vendor/gopkg.in/mgo.v2/gridfs.go
@@ -359,7 +359,7 @@ func (file *GridFile) assertMode(mode gfsFileMode) {
// SetChunkSize sets size of saved chunks. Once the file is written to, it
// will be split in blocks of that size and each block saved into an
-// independent chunk document. The default chunk size is 256kb.
+// independent chunk document. The default chunk size is 255kb.
//
// It is a runtime error to call this function once the file has started
// being written to.