Fix annotation typo errors

Signed-off-by: JoeWrightss <zhoulin.xie@daocloud.io>
This commit is contained in:
JoeWrightss
2018-12-31 22:40:06 +08:00
parent 0b0d6e6bdd
commit 17b77aeb0e
2 changed files with 2 additions and 2 deletions

View File

@@ -997,7 +997,7 @@ var contentSeed int64
func createContent(size int64) ([]byte, digest.Digest) {
// each time we call this, we want to get a different seed, but it should
// be related to the intitialization order and fairly consistent between
// be related to the initialization order and fairly consistent between
// test runs. An atomic integer works just good enough for this.
seed := atomic.AddInt64(&contentSeed, 1)