Repository: trafficserver Updated Branches: refs/heads/master 23be59992 -> 204f41efa
Fix a spelling mistake. This closes #326. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/204f41ef Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/204f41ef Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/204f41ef Branch: refs/heads/master Commit: 204f41efa78138c2410e2d541002f51ada3a9b5a Parents: 23be599 Author: libingli <[email protected]> Authored: Sat Nov 7 12:34:28 2015 +0800 Committer: James Peach <[email protected]> Committed: Sun Nov 8 11:11:59 2015 -0800 ---------------------------------------------------------------------- iocore/eventsystem/I_Continuation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/204f41ef/iocore/eventsystem/I_Continuation.h ---------------------------------------------------------------------- diff --git a/iocore/eventsystem/I_Continuation.h b/iocore/eventsystem/I_Continuation.h index a6c4cd7..ec7c3f0 100644 --- a/iocore/eventsystem/I_Continuation.h +++ b/iocore/eventsystem/I_Continuation.h @@ -109,7 +109,7 @@ public: #endif /** - The Contination's lock. + The Continuation's lock. A reference counted pointer to the Continuation's lock. This lock is initialized in the constructor and should not be set
