diff options
Diffstat (limited to 'src/include/util/impl/iterator.h')
-rw-r--r-- | src/include/util/impl/iterator.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/util/impl/iterator.h b/src/include/util/impl/iterator.h index 270824bcd..fdb031457 100644 --- a/src/include/util/impl/iterator.h +++ b/src/include/util/impl/iterator.h @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2015 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -73,7 +75,7 @@ namespace Util /** * Template wrapper function for the iterator advance. * - * Uses the existance of a += operator on the iterator to determine + * Uses the existence of a += operator on the iterator to determine * if the random-access or non-random-access version should be used. */ template <typename InputIterator, typename Distance> @@ -128,7 +130,7 @@ namespace Util /** * Template wrapper function for the iterator distance. * - * Uses the existance of a - operator on the iterator to determine + * Uses the existence of a - operator on the iterator to determine * if the random-access or non-random-access version should be used. */ template <typename InputIterator, typename Distance> |