From: Jonathan Wakely Date: Fri, 16 Nov 2012 12:47:30 +0000 (+0000) Subject: trivial typo X-Git-Tag: v0.22.0~1106 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8dd97c8c552242c5a69eeb6fd20c79ec1b748e88;p=folly.git 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 --- diff --git a/folly/ScopeGuard.h b/folly/ScopeGuard.h index ae1bae67..5647675f 100644 --- a/folly/ScopeGuard.h +++ b/folly/ScopeGuard.h @@ -27,7 +27,7 @@ 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 * is executed upon leaving the currrent scope unless otherwise told. *