7121: Update comment to match new argument name.
authorTom Clegg <tom@curoverse.com>
Tue, 8 Sep 2015 15:06:37 +0000 (11:06 -0400)
committerTom Clegg <tom@curoverse.com>
Tue, 8 Sep 2015 15:06:37 +0000 (11:06 -0400)
services/keepstore/volume_unix.go

index 68ab06b5afa1ce7f8452cfe1ceda179d1f7745f1..74bee52387c5f291f7edc8cc0c36e7ef5b48dd9e 100644 (file)
@@ -109,7 +109,7 @@ func (v *UnixVolume) Get(loc string) ([]byte, error) {
 }
 
 // Compare returns nil if Get(loc) would return the same content as
-// cmp. It is functionally equivalent to Get() followed by
+// expect. It is functionally equivalent to Get() followed by
 // bytes.Compare(), but uses less memory.
 func (v *UnixVolume) Compare(loc string, expect []byte) error {
        path := v.blockPath(loc)