aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Clément Tosi <ptosi@google.com>2023-04-14 01:23:38 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-04-14 01:23:38 +0000
commit1b16a9a26376c9a48dd190c9dadf881b0348fcb9 (patch)
tree10a3975f62dda9f3707835600e38c44487f703ca
parentf5f64d3580056fa0c563fe0edd133a97ca5e2541 (diff)
parentf214528a1d58d15aa2c68131ac79dd9bc31793cb (diff)
downloadavb-1b16a9a26376c9a48dd190c9dadf881b0348fcb9.tar.gz
sysdeps: Clarify avb_printv docstring about NULL am: e9e5562114 am: f214528a1d
Original change: https://android-review.googlesource.com/c/platform/external/avb/+/2534920 Change-Id: Id1fc2bf975910e146c66cf90436c148cefdcc963 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;