From 6e2208d8cab7717e973e252c644bd296f9eb03f4 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 25 Mar 2022 22:42:11 -0500 Subject: [PATCH] Cleanup: Clarify documentation comment that the function appends to the destination. --- level_2/fll_fss/c/fss/payload.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.8.3.1