From: Giuseppe Ottaviano Date: Tue, 4 Oct 2016 03:01:55 +0000 (-0700) Subject: Fix a typo X-Git-Tag: v2016.10.10.00~22 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=471f03d0e05c086bba3d8537f05c577f50268537;p=folly.git Fix a typo Reviewed By: lbrandy Differential Revision: D3964328 fbshipit-source-id: 0b1dc2d4b2a1565019770668445a624625b8257e --- diff --git a/folly/experimental/symbolizer/Symbolizer.h b/folly/experimental/symbolizer/Symbolizer.h index 2914af83..bbbb1e75 100644 --- a/folly/experimental/symbolizer/Symbolizer.h +++ b/folly/experimental/symbolizer/Symbolizer.h @@ -134,7 +134,7 @@ class Symbolizer { }; /** - * Format one address in the way it's usually printer by SymbolizePrinter. + * Format one address in the way it's usually printed by SymbolizePrinter. * Async-signal-safe. */ class AddressFormatter {