Skip to content

Commit

Permalink
acc_diameter: typos a/an
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent 55c77f0 commit 932058b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/acc_diameter/diam_message.c
Expand Up @@ -54,7 +54,7 @@
( (_len_)+(((_len_)&3)?4-((_len_)&3):0) )


/*! \brief from a AAAMessage structure, a buffer to be send is build
/*! \brief from an AAAMessage structure, a buffer to be sent is build
*/
AAAReturnCode AAABuildMsgBuffer( AAAMessage *msg )
{
Expand Down
2 changes: 1 addition & 1 deletion src/modules/acc_diameter/diam_tcp.c
Expand Up @@ -134,7 +134,7 @@ int tcp_send_recv(int sfd, char* buf, int len, rd_buf_t* rb,
LM_ERR("no response received\n");
// return AAA_ERROR;
}
*/ /* Data arriving on a already-connected socket. */
*/ /* Data arriving on an already-connected socket. */
reset_read_buffer(rb);
switch( do_read(sfd, rb) )
{
Expand Down

0 comments on commit 932058b

Please sign in to comment.