Skip to content
Prev Previous commit
Next Next commit
you => your
  • Loading branch information
Erlend E. Aasland authored Aug 30, 2022
commit 574b39ab0fbbb936b31e134da7159dae3fc08ff9
2 changes: 1 addition & 1 deletion Doc/howto/perf_profiling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ information. This is because as the code that is interposed to allow ``perf``
support is dynamically generated it doesn't have any DWARF debugging information
available.

You can check if you system has been compiled with this flag by running::
You can check if your system has been compiled with this flag by running::

$ python -m sysconfig | grep 'no-omit-frame-pointer'

Expand Down