From 3c1e99f5d3420db7231d10cd05e484f873c29e75 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 13 Sep 2024 14:18:00 +1200 Subject: [PATCH] lib/afs: s/the the\b/the/ in comments Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- lib/afs/afs_funcs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/afs/afs_funcs.c b/lib/afs/afs_funcs.c index 4360f54827a..6385e35dfe5 100644 --- a/lib/afs/afs_funcs.c +++ b/lib/afs/afs_funcs.c @@ -129,7 +129,7 @@ static bool afs_createtoken(const char *username, const char *cell, /* We need to create a session key */ generate_random_buffer((uint8_t *)p, 8); - /* Our client code needs the the key in the clear, it does not + /* Our client code needs the key in the clear, it does not know the server-key ... */ memcpy(ct->HandShakeKey, p, 8);