mirror of
https://github.com/openbsd/src.git
synced 2024-12-21 23:18:00 -08:00
cant't -> can't
(the mystery of spotting typos right after commit strikes again)
This commit is contained in:
parent
8889493e35
commit
e9751d5483
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: mlkem1024_decap_tests.c,v 1.3 2024/12/20 00:07:12 tb Exp $ */
|
||||
/* $OpenBSD: mlkem1024_decap_tests.c,v 1.4 2024/12/20 00:32:15 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2024 Google Inc.
|
||||
* Copyright (c) 2024 Bob Beck <beck@obtuse.com>
|
||||
@ -124,7 +124,7 @@ main(int argc, char **argv)
|
||||
test = argv[1];
|
||||
|
||||
if ((fp = fopen(test, "r")) == NULL)
|
||||
err(1, "cant't open test file");
|
||||
err(1, "can't open test file");
|
||||
|
||||
state = S_COMMENT;
|
||||
line = 0;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: mlkem1024_encap_tests.c,v 1.3 2024/12/20 00:07:12 tb Exp $ */
|
||||
/* $OpenBSD: mlkem1024_encap_tests.c,v 1.4 2024/12/20 00:32:15 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2024 Google Inc.
|
||||
* Copyright (c) 2024 Bob Beck <beck@obtuse.com>
|
||||
@ -133,7 +133,7 @@ main(int argc, char **argv)
|
||||
line = 0;
|
||||
|
||||
if ((fp = fopen(test, "r")) == NULL)
|
||||
err(1, "cant't open test file");
|
||||
err(1, "can't open test file");
|
||||
|
||||
state = S_COMMENT;
|
||||
line = 0;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: mlkem1024_keygen_tests.c,v 1.5 2024/12/20 00:07:12 tb Exp $ */
|
||||
/* $OpenBSD: mlkem1024_keygen_tests.c,v 1.6 2024/12/20 00:32:15 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2024 Google Inc.
|
||||
* Copyright (c) 2024 Bob Beck <beck@obtuse.com>
|
||||
@ -125,7 +125,7 @@ main(int argc, char **argv)
|
||||
test = argv[1];
|
||||
|
||||
if ((fp = fopen(test, "r")) == NULL)
|
||||
err(1, "cant't open test file");
|
||||
err(1, "can't open test file");
|
||||
|
||||
state = S_COMMENT;
|
||||
line = 0;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: mlkem1024_nist_decap_tests.c,v 1.3 2024/12/20 00:07:12 tb Exp $ */
|
||||
/* $OpenBSD: mlkem1024_nist_decap_tests.c,v 1.4 2024/12/20 00:32:15 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2024 Google Inc.
|
||||
* Copyright (c) 2024 Bob Beck <beck@obtuse.com>
|
||||
@ -113,7 +113,7 @@ main(int argc, char **argv)
|
||||
test = argv[1];
|
||||
|
||||
if ((fp = fopen(test, "r")) == NULL)
|
||||
err(1, "cant't open test file");
|
||||
err(1, "can't open test file");
|
||||
|
||||
if ((len = getline(&buf, &buflen, fp)) == -1)
|
||||
err(1, "failed to read instruction line");
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: mlkem1024_nist_keygen_tests.c,v 1.4 2024/12/20 00:07:12 tb Exp $ */
|
||||
/* $OpenBSD: mlkem1024_nist_keygen_tests.c,v 1.5 2024/12/20 00:32:15 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2024 Google Inc.
|
||||
* Copyright (c) 2024 Bob Beck <beck@obtuse.com>
|
||||
@ -137,7 +137,7 @@ main(int argc, char **argv)
|
||||
test = argv[1];
|
||||
|
||||
if ((fp = fopen(test, "r")) == NULL)
|
||||
err(1, "cant't open test file");
|
||||
err(1, "can't open test file");
|
||||
|
||||
state = S_Z;
|
||||
line = 0;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: mlkem768_decap_tests.c,v 1.3 2024/12/20 00:07:12 tb Exp $ */
|
||||
/* $OpenBSD: mlkem768_decap_tests.c,v 1.4 2024/12/20 00:32:15 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2024 Google Inc.
|
||||
* Copyright (c) 2024 Bob Beck <beck@obtuse.com>
|
||||
@ -124,7 +124,7 @@ main(int argc, char **argv)
|
||||
test = argv[1];
|
||||
|
||||
if ((fp = fopen(test, "r")) == NULL)
|
||||
err(1, "cant't open test file");
|
||||
err(1, "can't open test file");
|
||||
|
||||
state = S_COMMENT;
|
||||
line = 0;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: mlkem768_encap_tests.c,v 1.3 2024/12/20 00:07:12 tb Exp $ */
|
||||
/* $OpenBSD: mlkem768_encap_tests.c,v 1.4 2024/12/20 00:32:15 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2024 Google Inc.
|
||||
* Copyright (c) 2024 Bob Beck <beck@obtuse.com>
|
||||
@ -133,7 +133,7 @@ main(int argc, char **argv)
|
||||
line = 0;
|
||||
|
||||
if ((fp = fopen(test, "r")) == NULL)
|
||||
err(1, "cant't open test file");
|
||||
err(1, "can't open test file");
|
||||
|
||||
state = S_COMMENT;
|
||||
line = 0;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: mlkem768_keygen_tests.c,v 1.5 2024/12/20 00:07:12 tb Exp $ */
|
||||
/* $OpenBSD: mlkem768_keygen_tests.c,v 1.6 2024/12/20 00:32:15 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2024 Google Inc.
|
||||
* Copyright (c) 2024 Bob Beck <beck@obtuse.com>
|
||||
@ -125,7 +125,7 @@ main(int argc, char **argv)
|
||||
test = argv[1];
|
||||
|
||||
if ((fp = fopen(test, "r")) == NULL)
|
||||
err(1, "cant't open test file");
|
||||
err(1, "can't open test file");
|
||||
|
||||
state = S_COMMENT;
|
||||
line = 0;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: mlkem768_nist_decap_tests.c,v 1.3 2024/12/20 00:07:12 tb Exp $ */
|
||||
/* $OpenBSD: mlkem768_nist_decap_tests.c,v 1.4 2024/12/20 00:32:15 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2024 Google Inc.
|
||||
* Copyright (c) 2024 Bob Beck <beck@obtuse.com>
|
||||
@ -113,7 +113,7 @@ main(int argc, char **argv)
|
||||
test = argv[1];
|
||||
|
||||
if ((fp = fopen(test, "r")) == NULL)
|
||||
err(1, "cant't open test file");
|
||||
err(1, "can't open test file");
|
||||
|
||||
if ((len = getline(&buf, &buflen, fp)) == -1)
|
||||
err(1, "failed to read instruction line");
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: mlkem768_nist_keygen_tests.c,v 1.4 2024/12/20 00:07:12 tb Exp $ */
|
||||
/* $OpenBSD: mlkem768_nist_keygen_tests.c,v 1.5 2024/12/20 00:32:15 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2024 Google Inc.
|
||||
* Copyright (c) 2024 Bob Beck <beck@obtuse.com>
|
||||
@ -137,7 +137,7 @@ main(int argc, char **argv)
|
||||
test = argv[1];
|
||||
|
||||
if ((fp = fopen(test, "r")) == NULL)
|
||||
err(1, "cant't open test file");
|
||||
err(1, "can't open test file");
|
||||
|
||||
state = S_Z;
|
||||
line = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user