Commit 8dd97c8c authored by Jonathan Wakely's avatar Jonathan Wakely Committed by Jordan DeLong

trivial typo

Summary: I wouldn't even bother reporting this if github didn't make it so easy!

Test Plan: .

Reviewed By: soren@fb.com

FB internal diff: D660136
parent d6c4dda1
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
namespace folly { namespace folly {
/** /**
* ScopeGuard is a general implementation of the "Initilization is * ScopeGuard is a general implementation of the "Initialization is
* Resource Acquisition" idiom. Basically, it guarantees that a function * Resource Acquisition" idiom. Basically, it guarantees that a function
* is executed upon leaving the currrent scope unless otherwise told. * is executed upon leaving the currrent scope unless otherwise told.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment