Fix typo in comment.

This commit is contained in:
Patrick Mahoney 2013-12-31 18:25:25 -06:00
parent 3acc7afc34
commit 88dcebf5f7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ module Mach
# Replace methods in +syms+ with error checking wrappers that
# invoke the original method and raise a {SystemCallError}.
#
# The original method is invoked, and it's return value is passed
# The original method is invoked, and its return value is passed
# to the block (or a default check). The block should return true
# if the return value indicates an error state.
def self.error_check(*syms, &is_err)