aboutsummaryrefslogtreecommitdiffstats
path: root/src/auc.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-01-19 15:54:01 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-01-19 15:54:01 +0100
commit5b581ac6eba4adba0733cf4c20f41f4c7bcc2a3b (patch)
tree3063c6efd338aa23805717ab0e9b5a2bda25caa7 /src/auc.c
parent2116ce2471162ff2e1a90d7a75cfcea1a226680e (diff)
auc.c: typo in comment
Diffstat (limited to 'src/auc.c')
-rw-r--r--src/auc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auc.c b/src/auc.c
index 33d8eda..7d8597a 100644
--- a/src/auc.c
+++ b/src/auc.c
@@ -26,7 +26,7 @@
#include "rand.h"
/* compute given number of vectors using either aud2g or aud2g or a combination
- * of both. Handles re-synchrnization if rand_auts and auts are set */
+ * of both. Handles re-synchronization if rand_auts and auts are set */
int auc_compute_vectors(struct osmo_auth_vector *vec, unsigned int num_vec,
struct osmo_sub_auth_data *aud2g,
struct osmo_sub_auth_data *aud3g,