From 2206cea3095ba2ba52f2679368e2468150ac1214 Mon Sep 17 00:00:00 2001 From: shiyuge Date: Tue, 23 Jun 2020 20:53:33 +0800 Subject: [PATCH] fix typo in shared_queue.hpp exampel -> example (#363) --- src/g3log/shared_queue.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g3log/shared_queue.hpp b/src/g3log/shared_queue.hpp index e8abdde..55af50a 100644 --- a/src/g3log/shared_queue.hpp +++ b/src/g3log/shared_queue.hpp @@ -11,7 +11,7 @@ * the help from the std::thread library from JustSoftwareSolutions * ref: http://www.stdthread.co.uk/doc/headers/mutex.html * -* This exampel was totally inspired by Anthony Williams lock-based data structures in +* This example was totally inspired by Anthony Williams lock-based data structures in * Ref: "C++ Concurrency In Action" http://www.manning.com/williams */ #pragma once