Fix a typo
authorGiuseppe Ottaviano <ott@fb.com>
Tue, 4 Oct 2016 03:01:55 +0000 (20:01 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Tue, 4 Oct 2016 03:09:03 +0000 (20:09 -0700)
Reviewed By: lbrandy

Differential Revision: D3964328

fbshipit-source-id: 0b1dc2d4b2a1565019770668445a624625b8257e

folly/experimental/symbolizer/Symbolizer.h

index 2914af832dc4828daabdaee535ba535ad72d477a..bbbb1e7588e43a3dddf902b7905c779fb853f476 100644 (file)
@@ -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 {