Skip to content

Commit

Permalink
Fix a typo (google#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayxan13 authored Sep 26, 2022
1 parent 748de3e commit 65f166a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/libFuzzerTutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ and make sure you see something like

## 'Hello world' fuzzer
Definition:
a **fuzz target** is a function that has the following signature and does something interesting with it's arguments:
a **fuzz target** is a function that has the following signature and does something interesting with its arguments:
```c
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
DoSomethingWithData(Data, Size);
Expand Down

0 comments on commit 65f166a

Please sign in to comment.