projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cedbb3d
)
Minor typo in comments
author
Daniel Wu
<daniellwu@gmail.com>
Wed, 4 Jul 2012 15:34:49 +0000
(08:34 -0700)
committer
Tudor 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
patch
|
blob
|
history
diff --git
a/folly/Logging.h
b/folly/Logging.h
index 160ad8eb6438b9f0dc1dd55700cb2df52ddd743f..378f7e9a6f9f24e04356e2c670def5ab61dfae35 100644
(file)
--- a/
folly/Logging.h
+++ b/
folly/Logging.h
@@
-22,7
+22,7
@@
#ifndef FB_LOG_EVERY_MS
/**
- * Issues a LOG(severity) no more often tha
t
every
+ * Issues a LOG(severity) no more often tha
n
every
* milliseconds. Example:
*
* FB_LOG_EVERY_MS(INFO, 10000) << "At least ten seconds passed"