diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-09-20 11:12:36 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-10-09 14:08:30 +0200 |
commit | dd4c9c11ba5e1f9068ddd20e06db6dca067f01b9 (patch) | |
tree | 6513f4a341bd8d02722812ca87543eeddb84aa8d /include/afb/afb-req-common.h | |
parent | b0786c465d95ddfd681e98f67a996f5447a96f57 (diff) |
afb-xreq: prepare futur afb_request
Change-Id: I0986113475f354bccdbc711e74a63c9ca809c5ed
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
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. */ |