From 13f7a671563b4fddc69aa24ba6de4583cf7546ec Mon Sep 17 00:00:00 2001 From: Giuseppe Ottaviano Date: Wed, 27 Jan 2016 01:54:59 -0800 Subject: [PATCH] Fix typo in comment Reviewed By: yfeldblum Differential Revision: D2869494 fb-gh-sync-id: 889957a92dd7f59c4b9564d1946e9f4058293839 --- folly/Portability.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- 2.34.1