mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fix typo under test directory (#111304)
This PR fixes typo in comments under `test` directory. Pull Request resolved: https://github.com/pytorch/pytorch/pull/111304 Approved by: https://github.com/Skylion007
This commit is contained in:
committed by
PyTorch MergeBot
parent
1e70f4d02c
commit
deb800ee81
@ -32,7 +32,7 @@ bool checkMetaData(
|
||||
if (line.find(metadata_val) != std::string::npos ||
|
||||
!metadata_val.size()) {
|
||||
/* if found the right metadata_val OR if expected
|
||||
* metadata value is an empty string then ignore the matadata_val */
|
||||
* metadata value is an empty string then ignore the metadata_val */
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user