From: Terry Wilson Date: Mon, 21 May 2012 17:39:37 +0000 (+0000) Subject: Minor documentation change X-Git-Tag: 11.0.0-beta1~301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45149bfdf8e7116e43f2de967a256439872f9e25;p=thirdparty%2Fasterisk.git Minor documentation change git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@367124 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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: