Merge branch '13365-default-secondaryFiles' refs #13365
[arvados.git] / services / keepstore / handlers.go
index 8b37b906eb7ee11f79813c9749c6de2d3af48623..a84a84db3c6027147168cc78f0e4615bde54ad2b 100644 (file)
@@ -547,7 +547,7 @@ func PullHandler(resp http.ResponseWriter, req *http.Request) {
        pullq.ReplaceQueue(plist)
 }
 
-// TrashRequest consists of a block locator and it's Mtime
+// TrashRequest consists of a block locator and its Mtime
 type TrashRequest struct {
        Locator    string `json:"locator"`
        BlockMtime int64  `json:"block_mtime"`