From 0e47ceb06cf381e059566765c8d038c64f1ad532 Mon Sep 17 00:00:00 2001 From: Daniel Wu Date: Wed, 4 Jul 2012 08:34:49 -0700 Subject: [PATCH] Minor typo in comments Summary: github pull #11 Test Plan: None. Reviewed By: andrewjcg@fb.com FB internal diff: D541230 --- folly/Logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.34.1