summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2012-05-21 17:39:37 +0000
committerTerry Wilson <twilson@digium.com>2012-05-21 17:39:37 +0000
commit45149bfdf8e7116e43f2de967a256439872f9e25 (patch)
treefa4ffc7e39409604ca5801f511dd3cee715643c1 /include
parentec3b8a1f2799acf4a04b95e12b10923181ae8207 (diff)
Minor documentation change
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@367124 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/astobj2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/astobj2.h b/include/asterisk/astobj2.h
index fe53f1357..15ed4892e 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: