aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Clément Tosi <ptosi@google.com>2023-04-13 09:20:59 +0100
committerPierre-Clément Tosi <ptosi@google.com>2023-04-13 09:25:59 +0100
commite9e5562114dda5a2da6e38e25ddb042494dc23d0 (patch)
tree10a3975f62dda9f3707835600e38c44487f703ca
parente8f7bf5bdb851941c0c891d50941e4a05498ff21 (diff)
downloadavb-e9e5562114dda5a2da6e38e25ddb042494dc23d0.tar.gz
sysdeps: Clarify avb_printv docstring about NULL
Test: - Change-Id: I7bbf26373fcd42162c4f902a811d4d0fd6819dfd
-rw-r--r--libavb/avb_sysdeps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavb/avb_sysdeps.h b/libavb/avb_sysdeps.h
index e511a8a..cfc9355 100644
--- a/libavb/avb_sysdeps.h
+++ b/libavb/avb_sysdeps.h
@@ -95,7 +95,7 @@ void* avb_memset(void* dest, const int c, size_t n);
void avb_print(const char* message);
/* Prints out a vector of strings. Each argument must point to a
- * NUL-terminated UTF-8 string and NULL should be the last argument.
+ * NUL-terminated UTF-8 string and NULL must be the last argument.
*/
void avb_printv(const char* message, ...) AVB_ATTR_SENTINEL;