Skip to content

Commit

Permalink
chore: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank01001 committed Aug 1, 2024
1 parent 9d62b39 commit 028468f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/bof_detection/bof.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Copyright (c) 2024 Francesco Panebianco. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for details.
//
// Complile with:
// Compile with:
// gcc bof.c -o bof -fno-stack-protector -std=c99

#include <stdio.h>
Expand All @@ -22,4 +22,4 @@ int main(int argc, char** argv) {
gets(buffer);

return 0;
}
}

0 comments on commit 028468f

Please sign in to comment.