Skip to content

Commit

Permalink
Minor typo in comments
Browse files Browse the repository at this point in the history
Summary: github pull #11

Test Plan: None.

Reviewed By: [email protected]

FB internal diff: D541230
  • Loading branch information
daniellwu authored and tudor committed Aug 8, 2012
1 parent cedbb3d commit 0e47ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folly/Logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0e47ceb

Please sign in to comment.