Skip to content

Commit 339d307

Browse files
committed
Spelling
1 parent 43516f3 commit 339d307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strings/base_macros.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ typedef struct _GUID GUID;
103103
// value at the cost of binary size. The assumption is that binary size is considered less important in debug builds so this tradeoff
104104
// is acceptable.
105105
//
106-
// The different behavior of the default parameters to winrt::impl::slim_sourc_location::current() is technically an ODR violation,
106+
// The different behavior of the default parameters to winrt::impl::slim_source_location::current() is technically an ODR violation,
107107
// albeit a minor one. There should be no serious consequence to this violation. In practice it means that mixing cpp17/cpp20,
108108
// or mixing WINRT_NO_SOURCE_LOCATION with undefining it, will lead to inconsistent source location information. It may be missing
109109
// when it is expected to be included, or it may be present when it is not expected. The behavior will depend on the linker's choice

0 commit comments

Comments
 (0)