You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by nw...@apache.org on 2018/11/09 16:06:45 UTC

[incubator-heron] branch master updated: fix typo (#3108)

This is an automated email from the ASF dual-hosted git repository.

nwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 67b26cf  fix typo (#3108)
67b26cf is described below

commit 67b26cf7175613ba4084b517799e4292d1073c19
Author: qiao hai-jun <qi...@users.noreply.github.com>
AuthorDate: Sat Nov 10 00:06:39 2018 +0800

    fix typo (#3108)
---
 heron/common/src/cpp/threads/pcqueue.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/heron/common/src/cpp/threads/pcqueue.h b/heron/common/src/cpp/threads/pcqueue.h
index 2a9cb01..7d071d9 100644
--- a/heron/common/src/cpp/threads/pcqueue.h
+++ b/heron/common/src/cpp/threads/pcqueue.h
@@ -19,7 +19,7 @@
 
 ////////////////////////////////////////////////////////////////////
 //
-// This file consists of ciass definition of a producer consumer queue
+// This file consists of class definition of a producer consumer queue
 //
 /////////////////////////////////////////////////////////////////////