Minor typo in comments
authorDaniel Wu <daniellwu@gmail.com>
Wed, 4 Jul 2012 15:34:49 +0000 (08:34 -0700)
committerTudor Bosman <tudorb@fb.com>
Wed, 8 Aug 2012 22:40:30 +0000 (15:40 -0700)
Summary: github pull #11

Test Plan: None.

Reviewed By: andrewjcg@fb.com

FB internal diff: D541230

folly/Logging.h

index 160ad8eb6438b9f0dc1dd55700cb2df52ddd743f..378f7e9a6f9f24e04356e2c670def5ab61dfae35 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef FB_LOG_EVERY_MS
 /**
- * Issues a LOG(severity) no more often that every
+ * Issues a LOG(severity) no more often than every
  * milliseconds. Example:
  *
  * FB_LOG_EVERY_MS(INFO, 10000) << "At least ten seconds passed"