Fix a typo in `safemath.h` (#49933)
authorSingleAccretion <62474226+SingleAccretion@users.noreply.github.com>
Sat, 20 Mar 2021 13:16:59 +0000 (16:16 +0300)
committerGitHub <noreply@github.com>
Sat, 20 Mar 2021 13:16:59 +0000 (09:16 -0400)
src/coreclr/inc/safemath.h

index d93e4a5..3c020de 100644 (file)
@@ -24,7 +24,7 @@
 // we can rely on that is available everywhere.  In
 // several other tools we just take the recourse of disabling asserts,
 // we'll do the same here.
-// Ideally we'd have a collection of common utilities available evererywhere.
+// Ideally we'd have a collection of common utilities available everywhere.
 #define _ASSERTE_SAFEMATH(a)
 #endif
 #endif