From: Andrey Goder Date: Fri, 7 Mar 2014 22:50:07 +0000 (-0800) Subject: Fix comment X-Git-Tag: v0.22.0~654 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=08c2073d5506597f72b473be9c4a9c9851145da7;p=folly.git Fix comment Summary: This should be 'docs' not 'doc'. Too bad now it exceeds 80 chars :(. Test Plan: n/a Reviewed By: simpkins@fb.com FB internal diff: D1209738 @override-unit-failures --- diff --git a/folly/small_vector.h b/folly/small_vector.h index a339e138..5fe9bd26 100644 --- a/folly/small_vector.h +++ b/folly/small_vector.h @@ -15,7 +15,8 @@ */ /* - * For high-level documentation and usage examples see folly/doc/small_vector.md + * For high-level documentation and usage examples see + * folly/docs/small_vector.md * * @author Jordan DeLong */