Fix a typo
[folly.git] / folly / experimental / symbolizer / Symbolizer.h
index 232cb30bed9dd5f9311f589633c9331aeb58130e..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 {
@@ -203,6 +203,9 @@ class SymbolizePrinter {
 
     // Colorize output only if output is printed to a TTY (ANSI escape code)
     COLOR_IF_TTY = 1 << 3,
+
+    // Skip frame address information
+    NO_FRAME_ADDRESS = 1 << 4,
   };
 
   // NOTE: enum values used as indexes in kColorMap.