| Index: src/platform-linux.cc
|
| diff --git a/src/platform-linux.cc b/src/platform-linux.cc
|
| index 4e2017d0936ad971a0718da2d132b11e6ce78d6e..fbcad8f6d161063fbbe280b3a242de2fe887e661 100644
|
| --- a/src/platform-linux.cc
|
| +++ b/src/platform-linux.cc
|
| @@ -25,8 +25,8 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -// Platform specific code for Linux goes here. For the POSIX comaptible parts
|
| -// the implementation is in platform-posix.cc.
|
| +// Platform-specific code for Linux goes here. For the POSIX-compatible
|
| +// parts, the implementation is in platform-posix.cc.
|
|
|
| #include <pthread.h>
|
| #include <semaphore.h>
|
|
|