From: Arran Cudbard-Bell Date: Wed, 24 Mar 2021 11:10:07 +0000 (+0000) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f94d5cae7cc22aeffe3398580ff1f80f944c5612;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/src/lib/util/dbuff.h b/src/lib/util/dbuff.h index 1c0e57a490e..da335e11787 100644 --- a/src/lib/util/dbuff.h +++ b/src/lib/util/dbuff.h @@ -68,7 +68,7 @@ typedef struct fr_dbuff_s fr_dbuff_t; * * Markers are used whenever the caller needs to access part of the underlying * buffer other than the 'start', 'current' or 'end' positions described by - * the a #fr_dbuff_t. + * a #fr_dbuff_t. * * Markers are needed because if a #fr_dbuff_t is extended, pointers into the * underlying buffer may be invalidated by a realloc or memmove.