]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 24 Mar 2021 11:10:07 +0000 (11:10 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 31 Mar 2021 15:10:12 +0000 (16:10 +0100)
src/lib/util/dbuff.h

index 1c0e57a490ee01db757b256fa7e68edaa23ff324..da335e11787a5a41eaf65867a72398c0fe1ccce7 100644 (file)
@@ -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.