소스 검색

fixed a typo in cpu optimizations (#6566)

Sheep 2 년 전
부모
커밋
82c49b952f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/performance/cpu_optimization.rst

+ 1 - 1
tutorials/performance/cpu_optimization.rst

@@ -8,7 +8,7 @@ Measuring performance
 
 
 We have to know where the "bottlenecks" are to know how to speed up our program.
 We have to know where the "bottlenecks" are to know how to speed up our program.
 Bottlenecks are the slowest parts of the program that limit the rate that
 Bottlenecks are the slowest parts of the program that limit the rate that
-everything can progress. Focussing on bottlenecks allows us to concentrate our
+everything can progress. Focusing on bottlenecks allows us to concentrate our
 efforts on optimizing the areas which will give us the greatest speed
 efforts on optimizing the areas which will give us the greatest speed
 improvement, instead of spending a lot of time optimizing functions that will
 improvement, instead of spending a lot of time optimizing functions that will
 lead to small performance improvements.
 lead to small performance improvements.