From: Chen Shen <chenshen@fb.com>
Date: Thu, 14 Dec 2017 23:26:53 +0000 (-0800)
Subject: Fix xlog docs
X-Git-Tag: v2017.12.18.00~12
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f5882bb6415b07aaa5d74199a16c610f6da7824c;p=folly.git

Fix xlog docs

Summary: When I was investigating the difference between glog/xlog I encountered this.

Reviewed By: yfeldblum

Differential Revision: D6572117

fbshipit-source-id: 4130deb6cfed7cfb7d2433cdab292481beb2469f
---

diff --git a/folly/experimental/logging/docs/Comparisons.md b/folly/experimental/logging/docs/Comparisons.md
index 6e3eeab1..b89bf520 100644
--- a/folly/experimental/logging/docs/Comparisons.md
+++ b/folly/experimental/logging/docs/Comparisons.md
@@ -34,7 +34,7 @@ Other advantages of folly logging over glog:
   diminished functionality on Windows, since it cannot be controlled on a
   per-module basis.
 
-Advantages of glog over folly logging over glog:
+Advantages of glog over folly logging:
 
 * Smaller generated code size.  Due to automatically picking a log category
   name, folly logging's `XLOG()` macros currently result in slightly larger