From: James Jones Date: Mon, 12 Sep 2022 23:41:36 +0000 (-0500) Subject: Typo (#4714) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f3ec8f73513d8a7d334c2706e4610d9c0cf7e5b;p=thirdparty%2Ffreeradius-server.git Typo (#4714) copy/paste strikes again --- diff --git a/src/lib/util/dbuff.c b/src/lib/util/dbuff.c index 4213dcd6a56..3a91583c5b3 100644 --- a/src/lib/util/dbuff.c +++ b/src/lib/util/dbuff.c @@ -101,7 +101,7 @@ void fr_dbuff_update(fr_dbuff_t *dbuff, uint8_t *new_buff, size_t new_len) } } -/** Shift the contents of the sbuff, returning the number of bytes we managed to shift +/** Shift the contents of the dbuff, returning the number of bytes we managed to shift * * @param[in] dbuff to shift. * @param[in] shift the number of bytes to shift