]> Kevux Git Server - fll/commitdiff
Cleanup: Clarify documentation comment that the function appends to the destination.
authorKevin Day <thekevinday@gmail.com>
Sat, 26 Mar 2022 03:42:11 +0000 (22:42 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 26 Mar 2022 03:42:11 +0000 (22:42 -0500)
level_2/fll_fss/c/fss/payload.h

index 57f849e9c29ab18247b823265dab0fc74090f5cc..9e288fd3c46f841b9f0c128e6b0385c7f641c7a8 100644 (file)
@@ -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.