From: Daniel Wu Date: Wed, 4 Jul 2012 15:34:49 +0000 (-0700) Subject: Minor typo in comments X-Git-Tag: v0.22.0~1227 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0e47ceb06cf381e059566765c8d038c64f1ad532;p=folly.git Minor typo in comments Summary: github pull #11 Test Plan: None. Reviewed By: andrewjcg@fb.com FB internal diff: D541230 --- diff --git a/folly/Logging.h b/folly/Logging.h index 160ad8eb..378f7e9a 100644 --- a/folly/Logging.h +++ b/folly/Logging.h @@ -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"