Skip to content

Commit

Permalink
Minor typo in comment (s/pro/pri)
Browse files Browse the repository at this point in the history
Summary: Closes facebook#3460

Differential Revision: D6895365

Pulled By: miasantreble

fbshipit-source-id: 04f633d1971b1f542ac28118b738ceb0242a0228
  • Loading branch information
Agam Brahma authored and facebook-github-bot committed Feb 4, 2018
1 parent cb5b8f2 commit c340184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache/lru_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ struct LRUHandle {
// Include the following flags:
// in_cache: whether this entry is referenced by the hash table.
// is_high_pri: whether this entry is high priority entry.
// in_high_pro_pool: whether this entry is in high-pri pool.
// in_high_pri_pool: whether this entry is in high-pri pool.
char flags;

uint32_t hash; // Hash of key(); used for fast sharding and comparisons
Expand Down

0 comments on commit c340184

Please sign in to comment.