| Index: src/platform-openbsd.cc
 | 
| diff --git a/src/platform-openbsd.cc b/src/platform-openbsd.cc
 | 
| index a8f91ad2ee8c13492f06329fe0f76ce5e70e0d32..c881d4735ddeedd4195c934ccc3ac3e86738feaa 100644
 | 
| --- a/src/platform-openbsd.cc
 | 
| +++ b/src/platform-openbsd.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 OpenBSD and NetBSD goes here. For the POSIX
 | 
| -// comaptible parts the implementation is in platform-posix.cc.
 | 
| +// Platform-specific code for OpenBSD and NetBSD goes here. For the
 | 
| +// POSIX-compatible parts, the implementation is in platform-posix.cc.
 | 
|  
 | 
|  #include <pthread.h>
 | 
|  #include <semaphore.h>
 | 
| 
 |