From dd4c9c11ba5e1f9068ddd20e06db6dca067f01b9 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 20 Sep 2017 11:12:36 +0200 Subject: afb-xreq: prepare futur afb_request MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0986113475f354bccdbc711e74a63c9ca809c5ed Signed-off-by: José Bollo --- include/afb/afb-req-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/afb/afb-req-common.h') 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. */ -- cgit 1.2.3-korg