]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/performance/25_algorithms/search_n.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / performance / 25_algorithms / search_n.cc
index 183045b618c38ca40873ea98a958cb8fb410ce83..8d475d98fe5cb34d982a23025bef1e2dd217e49b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2013 Free Software Foundation, Inc.
+// Copyright (C) 2004-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -57,7 +57,7 @@ main(void)
   for(int i = 0; i < 100; i++)
     search_n(rcon.begin(), rcon.end(), 10, 1);
   stop_counters(time, resource);
-  report_performance(__FILE__, "random acess iterator", time, resource);
+  report_performance(__FILE__, "random access iterator", time, resource);
   clear_counters(time, resource);
 }