aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Clément Tosi <ptosi@google.com>2023-04-14 00:55:00 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-04-14 00:55:00 +0000
commitf214528a1d58d15aa2c68131ac79dd9bc31793cb (patch)
tree10a3975f62dda9f3707835600e38c44487f703ca
parent283792785f741ebb2005a0c391b2f35864863b24 (diff)
parente9e5562114dda5a2da6e38e25ddb042494dc23d0 (diff)
downloadavb-f214528a1d58d15aa2c68131ac79dd9bc31793cb.tar.gz
sysdeps: Clarify avb_printv docstring about NULL am: e9e5562114
Original change: https://android-review.googlesource.com/c/platform/external/avb/+/2534920 Change-Id: I0921fde49cda65e4218d9310dee7ad7de45d3e3a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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;