Skip to content

Commit afdbd9c

Browse files
xavierdfacebook-github-bot
authored andcommitted
store: fix a typo
Reviewed By: genevievehelsel Differential Revision: D44110106 fbshipit-source-id: 801aacb3cd1888f10e49c40eaf43640341034a91
1 parent 8eb72c4 commit afdbd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eden/fs/store/BackingStore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class BackingStore : public RootIdCodec, public ObjectIdCodec {
107107
struct GetBlobResult {
108108
/** The retrieved blob. */
109109
std::unique_ptr<Blob> blob;
110-
/** The fetch origin of the tree. */
110+
/** The fetch origin of the blob. */
111111
ObjectFetchContext::Origin origin;
112112
};
113113

0 commit comments

Comments
 (0)