summaryrefslogtreecommitdiffhomepage
path: root/fuzz.h
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz.h')
-rw-r--r--fuzz.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fuzz.h b/fuzz.h
index 4b89e2b..4fc1ce0 100644
--- a/fuzz.h
+++ b/fuzz.h
@@ -80,7 +80,7 @@ struct dropbear_fuzz_options {
int do_jmp;
sigjmp_buf jmp;
- // write out decrypted session data to this FD if it's set
+ // write out decrypted session data to this FD if it is set
// flag - this needs to be set manually in cli-main.c etc
int dumping;
// the file descriptor
@@ -114,6 +114,6 @@ struct passwd* fuzz_getpwnam(const char *login);
#define getpwuid(x) fuzz_getpwuid(x)
#endif // FUZZ_NO_REPLACE_GETPW
-#endif // DROPBEAR_FUZZ
+#endif /* DROPBEAR_FUZZ */
#endif /* DROPBEAR_FUZZ_H */