From 57712a37181e8430a2a74eece1e9b25019e05843 Mon Sep 17 00:00:00 2001 From: Zeex Date: Thu, 5 Dec 2013 01:50:18 +0700 Subject: Fix grammar --- subhook.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subhook.h') diff --git a/subhook.h b/subhook.h index da2bbc6..2af1a51 100644 --- a/subhook.h +++ b/subhook.h @@ -98,7 +98,7 @@ SUBHOOK_EXPORT void *SUBHOOK_API subhook_get_dst(struct subhook *hook); SUBHOOK_EXPORT int SUBHOOK_API subhook_install(struct subhook *hook); SUBHOOK_EXPORT int SUBHOOK_API subhook_remove(struct subhook *hook); -/* Checks whether a hook has been installed. */ +/* Checks whether the hook is installed. */ SUBHOOK_EXPORT int SUBHOOK_API subhook_is_installed(struct subhook *hook); /* Reads hook destination address from code. -- cgit v1.1