From 45149bfdf8e7116e43f2de967a256439872f9e25 Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Mon, 21 May 2012 17:39:37 +0000 Subject: [PATCH] Minor documentation change git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@367124 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/astobj2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asterisk/astobj2.h b/include/asterisk/astobj2.h index fe53f13574..15ed4892e1 100644 --- a/include/asterisk/astobj2.h +++ b/include/asterisk/astobj2.h @@ -581,7 +581,7 @@ struct ao2_global_obj { * * \details * This macro creates a global object holder that can be used to - * hold an ao2 object accessible using an API. The structure is + * hold an ao2 object accessible using the API. The structure is * allocated and initialized to be empty. * * Example usage: