We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68580a commit d0b12f3Copy full SHA for d0b12f3
src/doc/unstable-book/src/compiler-flags/patchable-function-entry.md
@@ -18,7 +18,7 @@ nop
18
```
19
20
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
+arguments are modeled after the `-fpatchable-function-entry` flag as defined
22
for both [Clang](https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-fpatchable-function-entry)
23
and [gcc](https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html#index-fpatchable-function-entry)
24
and is intended to provide the same effect.
0 commit comments