[ipaccess] Fix spelling in the comment
diff --git a/openbsc/src/input/ipaccess.c b/openbsc/src/input/ipaccess.c
index 34d9462..2d9f51e 100644
--- a/openbsc/src/input/ipaccess.c
+++ b/openbsc/src/input/ipaccess.c
@@ -543,7 +543,7 @@
 
 	/* 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) {