aboutsummaryrefslogtreecommitdiff
path: root/lib/hx509/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hx509/file.c')
-rw-r--r--lib/hx509/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hx509/file.c b/lib/hx509/file.c
index 5401af7a0f43..6f34d3b74a9b 100644
--- a/lib/hx509/file.c
+++ b/lib/hx509/file.c
@@ -230,7 +230,7 @@ hx509_pem_read(hx509_context context,
where = INDATA;
goto indata;
}
- /* FALLTHOUGH */
+ /* FALLTHROUGH */
case INHEADER:
if (buf[0] == '\0') {
where = INDATA;