mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-27 06:31:54 +00:00
general: Fix various typos.
ASTERISK-30089 #close Change-Id: I1f5db911fd05a3a211c522c13e990fa1d0e62275
This commit is contained in:
committed by
George Joseph
parent
182fee79eb
commit
0fe1a581e5
@@ -266,7 +266,7 @@ struct analog_pvt {
|
||||
enum analog_sigtype sig;
|
||||
/* To contain the private structure passed into the channel callbacks */
|
||||
void *chan_pvt;
|
||||
/* All members after this are giong to be transient, and most will probably change */
|
||||
/* All members after this are going to be transient, and most will probably change */
|
||||
struct ast_channel *owner; /*!< Our current active owner (if applicable) */
|
||||
|
||||
struct analog_subchannel subs[3]; /*!< Sub-channels */
|
||||
|
||||
Reference in New Issue
Block a user