Skip to content

Commit

Permalink
Fix typo of comments (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhay81 committed May 22, 2021
1 parent 6e86e6b commit e197cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wheel/macosx_libfile.py
Expand Up @@ -28,7 +28,7 @@
Important remarks:
- For fat files this implementation looks for maximum number version.
It not check if it is 32 or 64 and do not compare it with currently builded package.
It not check if it is 32 or 64 and do not compare it with currently built package.
So it is possible to false report higher version that needed.
- All structures signatures are taken form macosx header files.
- I think that binary format will be more stable than `otool` output.
Expand Down Expand Up @@ -279,7 +279,7 @@ class FatArch(BaseClass):
# Xcode will not set the deployment target below 11.0.0
# for the arm64 architecture. Ignore the arm64 deployment
# in fat binaries when the target is 11.0.0, that way
# the other architetures can select a lower deployment
# the other architectures can select a lower deployment
# target.
# This is safe because there is no arm64 variant for
# macOS 10.15 or earlier.
Expand Down

0 comments on commit e197cf3

Please sign in to comment.