Skip to content

Commit c8c9776

Browse files
authored
[Documentation] Fixed typo in C++ debugging docs (#9559)
1 parent f400690 commit c8c9776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/contribute/cpp_debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Debugging options are described in [setup.py on GitHub](https://github.com/pytor
3636

3737
When defined, the `DEBUG` will cause the build process to generate debug symbols
3838
for all source files. It will also prevent the compiler from performing any
39-
optimizations, which will cause the geenrated binary to run too slow to perform
39+
optimizations, which will cause the generated binary to run too slow to perform
4040
meaningful work. We recommend using the `USE_CUSTOM_DEBINFO` environment variable
4141
to specify a semicolon separated list of source files for which you want to
4242
generate debug symbols. This lets you generate debug symbols for only the source

0 commit comments

Comments
 (0)