comment typo
diff --git a/src/gsm/gsm48.c b/src/gsm/gsm48.c
index 48b22c7..60937cb 100644
--- a/src/gsm/gsm48.c
+++ b/src/gsm/gsm48.c
@@ -300,7 +300,7 @@
 	lai48->lac = htons(lac);
 }
 
-/* Attention: this function retunrs true integers, not hex! */
+/* Attention: this function returns true integers, not hex! */
 int gsm48_decode_lai(struct gsm48_loc_area_id *lai, uint16_t *mcc,
 		     uint16_t *mnc, uint16_t *lac)
 {