[ipaccess] Fix spelling in the comment

This commit is contained in:
Holger Hans Peter Freyther 2009-11-15 13:50:39 +01:00
parent e723eac5a3
commit c7df7c6e42
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ static int rsl_listen_fd_cb(struct bsc_fd *listen_bfd, unsigned int what)
/* Some BTS has connected to us, but we don't know yet which line
* (as created by the OML link) to associate it with. Thus, we
* aloocate a temporary bfd until we have received ID from BTS */
* allocate a temporary bfd until we have received ID from BTS */
bfd->fd = accept(listen_bfd->fd, (struct sockaddr *) &sa, &sa_len);
if (bfd->fd < 0) {