Skip to content

Commit d0b12f3

Browse files
committed
fixed typo
1 parent c68580a commit d0b12f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/compiler-flags/patchable-function-entry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ nop
1818
```
1919

2020
This flag is used for hotpatching, especially in the Linux kernel. The flag
21-
arguments are modeled after hte `-fpatchable-function-entry` flag as defined
21+
arguments are modeled after the `-fpatchable-function-entry` flag as defined
2222
for both [Clang](https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-fpatchable-function-entry)
2323
and [gcc](https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html#index-fpatchable-function-entry)
2424
and is intended to provide the same effect.

0 commit comments

Comments
 (0)