From: Giuseppe Ottaviano <ott@fb.com>
Date: Wed, 27 Jan 2016 09:54:59 +0000 (-0800)
Subject: Fix typo in comment
X-Git-Tag: deprecate-dynamic-initializer~138
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=13f7a671563b4fddc69aa24ba6de4583cf7546ec;p=folly.git

Fix typo in comment

Reviewed By: yfeldblum

Differential Revision: D2869494

fb-gh-sync-id: 889957a92dd7f59c4b9564d1946e9f4058293839
---

diff --git a/folly/Portability.h b/folly/Portability.h
index 9784ef2e..8b95c31e 100644
--- a/folly/Portability.h
+++ b/folly/Portability.h
@@ -217,7 +217,7 @@ namespace std { typedef ::max_align_t max_align_t; }
 #endif
 
 // It turns out that GNU libstdc++ and LLVM libc++ differ on how they implement
-// the 'std' namespace; the latter uses inline namepsaces. Wrap this decision
+// the 'std' namespace; the latter uses inline namespaces. Wrap this decision
 // up in a macro to make forward-declarations easier.
 #if FOLLY_USE_LIBCPP
 #include <__config>