summaryrefslogtreecommitdiff
path: root/onlineupdate
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate')
-rw-r--r--onlineupdate/source/libmar/verify/mar_verify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/onlineupdate/source/libmar/verify/mar_verify.c b/onlineupdate/source/libmar/verify/mar_verify.c
index bfe3b52768d3..9f33f8badd3e 100644
--- a/onlineupdate/source/libmar/verify/mar_verify.c
+++ b/onlineupdate/source/libmar/verify/mar_verify.c
@@ -209,7 +209,7 @@ mar_extract_and_verify_signatures_fp(FILE *fp,
return CryptoX_Error;
}
- /* To protect against invalid MAR files, we assumes that the MAR file
+ /* To protect against invalid MAR files, we assume that the MAR file
size is less than or equal to MAX_SIZE_OF_MAR_FILE. */
if (fseeko(fp, 0, SEEK_END)) {
fprintf(stderr, "ERROR: Could not seek to the end of the MAR file.\n");