Skip to content

Commit 2acd1c4

Browse files
committed
CR: Typos.
1 parent c2cb14d commit 2acd1c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TypeSystem/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ struct IHasUncheckedMoveFromUniquePtr {
136136
// The user hold the risk of having duplicate types, and it's their responsibility to pass in a `TypeList<...>`
137137
// instead of a `TypeListImpl<...>` in such a case, to ensure type de-duplication takes place.
138138

139-
// Initializes an `std::unique_ptr<urrent::variant::InnerType>` given the object of the right type.
139+
// Initializes an `std::unique_ptr<current::variant::InnerType>` given the object of the right type.
140140
// The input object could be an object itself (in which case it's copied),
141141
// an `std::move()`-d `std::unique_ptr` to that object (in which case it's moved),
142142
// or a bare pointer (in which case it's captured).

port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ inline void CURRENT_ASSERTION_FAILED(const char* text, const char* file, int lin
232232
#endif
233233

234234
// The `VARIANT_CHECKS_AT_RUNTIME_INSTEAD_OF_COMPILE_TIME` macro, when set, moves `Variant` type checks
235-
// // from compile time to run time.
235+
// from compile time to run time.
236236
// Pros:
237237
// * Human-readable types in error messages, helpful for debugging.
238238
// * Faster and less RAM-demanding compilation [ Uncertain. -- D.K. ]

0 commit comments

Comments
 (0)