From 88dcebf5f7670c8cbb35fafbaa555b89f0135c11 Mon Sep 17 00:00:00 2001 From: Patrick Mahoney Date: Tue, 31 Dec 2013 18:25:25 -0600 Subject: [PATCH] Fix typo in comment. --- lib/mach/functions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mach/functions.rb b/lib/mach/functions.rb index eda7628..2a8f4e0 100644 --- a/lib/mach/functions.rb +++ b/lib/mach/functions.rb @@ -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)