fixed typos

This commit is contained in:
2024-01-02 12:28:04 +06:00
parent 60fa8c11c2
commit c20e1e8f1c
3 changed files with 6 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ gprof:
# compiles program and runs it with callgrind (part of valgrind)
# uses gprof2dot python script to generate function call tree (pip install gprof2dot)
# requires graphviz (https://www.graphviz.org/download/source/)
# P.S. detailed rezults can be viewed in KCacheGrind
# P.S. detailed results can be viewed in KCacheGrind
callgrind:
@cbuild/call_task.sh callgrind 2>&1 | tee make_raw.log