diff options
Diffstat (limited to 'libcxx/include/ext')
| -rw-r--r-- | libcxx/include/ext/__hash | 2 | ||||
| -rw-r--r-- | libcxx/include/ext/hash_map | 2 | ||||
| -rw-r--r-- | libcxx/include/ext/hash_set | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/include/ext/__hash b/libcxx/include/ext/__hash index fbeddf03a404..268577f3c922 100644 --- a/libcxx/include/ext/__hash +++ b/libcxx/include/ext/__hash @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------- hash_set ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/ext/hash_map b/libcxx/include/ext/hash_map index 60e32b09e3e1..6c757e2fba3e 100644 --- a/libcxx/include/ext/hash_map +++ b/libcxx/include/ext/hash_map @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-------------------------- hash_map ----------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/ext/hash_set b/libcxx/include/ext/hash_set index af3f9c5de0c5..b61f5f1da448 100644 --- a/libcxx/include/ext/hash_set +++ b/libcxx/include/ext/hash_set @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------- hash_set ------------------------------------===// +//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. |
