mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-23 18:38:30 +08:00
[libcxx] [test] Fix comment typos, strip trailing whitespace.
No functional change, no code review. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@292434 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -131,7 +131,7 @@ void doAppendSourceAllocTest(AppendOperatorTestcase const& TC)
|
||||
assert(LHS == E);
|
||||
}
|
||||
// input iterator - For non-native char types, appends needs to copy the
|
||||
// iterator range into a contigious block of memory before it can perform the
|
||||
// iterator range into a contiguous block of memory before it can perform the
|
||||
// code_cvt conversions.
|
||||
// For "char" no allocations will be performed because no conversion is
|
||||
// required.
|
||||
|
Reference in New Issue
Block a user