diff options
author | Herbert Thielen <thielen@hs-worms.de> | 2017-08-09 11:03:27 +0200 |
---|---|---|
committer | Herbert Thielen <thielen@hs-worms.de> | 2017-08-09 11:03:27 +0200 |
commit | e022dcded846c36c14dcbf97d49de9ca68ddd6fc (patch) | |
tree | 8e65719ddf45c8f99b2ceae1a8dc24c84d7f2a90 /googlemock/src | |
parent | 6b896774815127c11de3aa4400454e88b9763020 (diff) | |
parent | 461713fec4603806d2049835c0790bf94d2db631 (diff) | |
download | googletest-e022dcded846c36c14dcbf97d49de9ca68ddd6fc.tar.gz googletest-e022dcded846c36c14dcbf97d49de9ca68ddd6fc.tar.bz2 googletest-e022dcded846c36c14dcbf97d49de9ca68ddd6fc.zip |
Merge branch 'master' into hethi/remove-old-docs
Diffstat (limited to 'googlemock/src')
-rw-r--r-- | googlemock/src/gmock-matchers.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/src/gmock-matchers.cc b/googlemock/src/gmock-matchers.cc index e0de25cb..6e40e5e8 100644 --- a/googlemock/src/gmock-matchers.cc +++ b/googlemock/src/gmock-matchers.cc @@ -288,7 +288,7 @@ class MaxBipartiteMatchState { // Each element of the left_ vector represents a left hand side node // (i.e. an element) and each element of right_ is a right hand side // node (i.e. a matcher). The values in the left_ vector indicate - // outflow from that node to a node on the the right_ side. The values + // outflow from that node to a node on the right_ side. The values // in the right_ indicate inflow, and specify which left_ node is // feeding that right_ node, if any. For example, left_[3] == 1 means // there's a flow from element #3 to matcher #1. Such a flow would also |