aboutsummaryrefslogtreecommitdiff
path: root/libavb/avb_sysdeps.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavb/avb_sysdeps.h')
-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;