Skip to content

Commit

Permalink
Merge pull request #2 from orkunkaraduman/develop
Browse files Browse the repository at this point in the history
v1.1.1
  • Loading branch information
orkunkaraduman authored Dec 27, 2018
2 parents 78d9ff3 + b95dbb8 commit ab7eb03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
DISCLAIMED. IN NO EVENT SHALL AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
Expand Down
2 changes: 1 addition & 1 deletion criticalsection.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
// A CriticalSection is particular type of mutual exclusion (mutex) that
// may be locked multiple times by the same owner.
//
// The CriticalSection is faster than ReentrantMutex.
// The CriticalSection is faster than RecursiveMutex.
//
// A CriticalSection must not be copied after first use.
type CriticalSection struct {
Expand Down

0 comments on commit ab7eb03

Please sign in to comment.