Skip to content

Commit

Permalink
Fixed typo in Deque comments (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
pde-bakk authored Oct 27, 2020
1 parent dcff00d commit 7bd4505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/EASTL/deque.h
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ namespace eastl
/// but current efforts have resulted in less efficient and more fragile code.
/// The logic of this class doesn't lend itself to a clean implementation.
/// It turns out that deques are one of the least likely classes you'd want this
/// behaviour in, so until this functionality becomes very imporantant to somebody,
/// behaviour in, so until this functionality becomes very important to somebody,
/// we will leave it as-is. It can probably be solved by adding some extra code to
/// the Do* functions and adding good comments explaining the situation.
///
Expand Down

0 comments on commit 7bd4505

Please sign in to comment.