From 12bcb6a9c4fa551eb627e935e2d9f4fec27a1c94 Mon Sep 17 00:00:00 2001
From: Dan Melnic <dmm@fb.com>
Date: Sat, 9 Jan 2021 23:21:21 -0800
Subject: [PATCH] Fix typo

Summary: Fix typo

Reviewed By: yfeldblum

Differential Revision: D25861463

fbshipit-source-id: c24a521572229cbc5892a4da10999dcff94741c7
---
 folly/container/F14Set.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/folly/container/F14Set.h b/folly/container/F14Set.h
index 0398ee090..23f3d683e 100644
--- a/folly/container/F14Set.h
+++ b/folly/container/F14Set.h
@@ -545,7 +545,7 @@ class F14BasicSet {
 
   // containsEqualValue returns true iff there is an element in the set
   // that compares equal to key using operator==.  It is undefined
-  // behjavior to call this function if operator== on key_type can ever
+  // behavior to call this function if operator== on key_type can ever
   // return true when the same keys passed to key_eq() would return false
   // (the opposite is allowed).  When using the default key_eq this function
   // is equivalent to contains().
-- 
2.26.2