diff options
Diffstat (limited to 'include/afb/afb-req-common.h')
-rw-r--r-- | include/afb/afb-req-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afb/afb-req-common.h b/include/afb/afb-req-common.h index 7d4473c5..1bb017ef 100644 --- a/include/afb/afb-req-common.h +++ b/include/afb/afb-req-common.h @@ -89,7 +89,7 @@ struct afb_req }; /* - * Checks wether the request 'req' is valid or not. + * Checks whether the request 'req' is valid or not. * * Returns 0 if not valid or 1 if valid. */ |