transformers
                                
                                 transformers copied to clipboard
                                
                                    transformers copied to clipboard
                            
                            
                            
                        Fix Typos in Comments and Improve Clarity
Description:
This pull request fixes minor typos in comments across two files:
- In modeling_swin.py, the word "disible" was corrected to "divisible" for clarity in the padding comment.
- In pt_utils.py, the typo "lookig" was corrected to "looking" in a comment explaining iterator behavior.
These changes improve code readability and maintain documentation quality. No functional code was modified.