Skip to content

Commit d6404cd

Browse files
authored
Update MPSDevice.mm
occured -> occurred
1 parent b560864 commit d6404cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/apple/mps/runtime/MPSDevice.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ static inline MTLLanguageVersion getMetalLanguageVersion(const id<MTLDevice>& de
134134
ET_CHECK_OR_RETURN_ERROR(
135135
err == Error::Ok,
136136
Internal,
137-
"An error occured occured while compiling library %d", libraryType
137+
"An error occurred while compiling library %d", libraryType
138138
);
139139
}
140140
if (_m_pso_cache.find(kernelName) == _m_pso_cache.end()) {

0 commit comments

Comments
 (0)