From: Kevin Day Date: Sat, 26 Mar 2022 03:42:11 +0000 (-0500) Subject: Cleanup: Clarify documentation comment that the function appends to the destination. X-Git-Tag: 0.5.9~66 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=6e2208d8cab7717e973e252c644bd296f9eb03f4;p=fll Cleanup: Clarify documentation comment that the function appends to the destination. --- diff --git a/level_2/fll_fss/c/fss/payload.h b/level_2/fll_fss/c/fss/payload.h index 57f849e..9e288fd 100644 --- a/level_2/fll_fss/c/fss/payload.h +++ b/level_2/fll_fss/c/fss/payload.h @@ -122,7 +122,7 @@ extern "C" { * Error bit designates an error but must be passed along with F_interrupt. * All other statuses are ignored. * @param destination - * The buffer to write to. + * The buffer to append to. * * @return * F_none on success.