From: Kevin Day Date: Sun, 31 Dec 2023 02:35:41 +0000 (-0600) Subject: Cleanup: Remove extra period at the end of documentation comment. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=53767ca91fb497998a1052e912f093ea5a118d57;p=fll Cleanup: Remove extra period at the end of documentation comment. --- diff --git a/level_0/f_file/c/file/stream.h b/level_0/f_file/c/file/stream.h index 0a31372..7161bb4 100644 --- a/level_0/f_file/c/file/stream.h +++ b/level_0/f_file/c/file/stream.h @@ -468,7 +468,7 @@ extern "C" { * The total bytes to write, unless end of buffer is reached first. * @param written * (optional) The total bytes written. - * Set to NULL to not use.. + * Set to NULL to not use. * * @return * F_okay on success.