Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Sat, 27 May 2023 12:28:41 +0000 (08:28 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 27 May 2023 17:51:39 +0000 (13:51 -0400)
Fix copy-paste errors in line 1.

testsuite/gtk/bitmask.c
testsuite/gtk/bitset.c
testsuite/gtk/filter.c
testsuite/gtk/filterlistmodel.c
testsuite/gtk/flattenlistmodel.c
testsuite/gtk/maplistmodel.c
testsuite/gtk/propertylookuplistmodel.c
testsuite/gtk/sortlistmodel.c
testsuite/gtk/treelistmodel.c
testsuite/gtk/treepath.c

index e73d486322683116e55d9fb7b8c047ef7ad52943..f4290bb17563ab834285b00701eefb8e9769f6c1 100644 (file)
@@ -1,4 +1,4 @@
-/* GtkRBTree tests.
+/* Bitmask tests.
  *
  * Copyright (C) 2011, Red Hat, Inc.
  * Authors: Benjamin Otte <otte@gnome.org>
index dc06d80233c0e4d9d6cbc2a9a5b3a4a4dac2b24d..857d51fa307735abd906b0b71f4b76481ec96e19 100644 (file)
@@ -1,4 +1,4 @@
-/* GtkRBTree tests.
+/* Bitset tests.
  *
  * Copyright (C) 2011, Red Hat, Inc.
  * Authors: Benjamin Otte <otte@gnome.org>
index 07a7bf8e13da36d0b25381585ed3d2b4524f22cb..6430f2a222e4f791a998dd987d03f7011211990d 100644 (file)
@@ -1,4 +1,4 @@
-/* GtkRBTree tests.
+/* Filter tests.
  *
  * Copyright (C) 2011, Red Hat, Inc.
  * Authors: Benjamin Otte <otte@gnome.org>
index 6f1465b3d1437fe028e8dcb116a07960be4c9787..9d4891031356c56a961b7aadb45e0f85fec1c6b4 100644 (file)
@@ -1,4 +1,4 @@
-/* GtkRBTree tests.
+/* Filterlistmodel tests.
  *
  * Copyright (C) 2011, Red Hat, Inc.
  * Authors: Benjamin Otte <otte@gnome.org>
index ac9d7891b59f83487c6f2fce9228e32345a38903..a98deca1da60643f9e884fc9925f1fe6bd6dd312 100644 (file)
@@ -1,4 +1,4 @@
-/* GtkRBTree tests.
+/* Flattenlistmodel tests.
  *
  * Copyright (C) 2011, Red Hat, Inc.
  * Authors: Benjamin Otte <otte@gnome.org>
index 29fd207cf828c911ca6e24a1d87cf2f24e6cbc24..26256d3e84db16872699ba1ef258c47d275ac003 100644 (file)
@@ -1,4 +1,4 @@
-/* GtkRBTree tests.
+/* Maplistmodel tests.
  *
  * Copyright (C) 2011, Red Hat, Inc.
  * Authors: Benjamin Otte <otte@gnome.org>
index 19708683068b6cae3de1846b0f3777b2a9478a94..958291af5c17369ff50f58b44d1ebea7d3cf58c4 100644 (file)
@@ -1,4 +1,4 @@
-/* GtkRBTree tests.
+/* Propertylookupmodel tests.
  *
  * Copyright (C) 2011, Red Hat, Inc.
  * Authors: Benjamin Otte <otte@gnome.org>
index d2cd69926901b32ac6483711d325faef3d785635..a9a4dc97f4902a4dc06942d887469999d0d0d12f 100644 (file)
@@ -1,4 +1,4 @@
-/* GtkRBTree tests.
+/* sortlistmodel tests
  *
  * Copyright (C) 2011, Red Hat, Inc.
  * Authors: Benjamin Otte <otte@gnome.org>
index 3ea9a9b941c51538cccfdc8e1eeb2af60f77780d..4d793fb4163ee5e9b66ed9632b096e4d454b0eea 100644 (file)
@@ -1,4 +1,4 @@
-/* GtkRBTree tests.
+/* Treelistmodel tests.
  *
  * Copyright (C) 2011, Red Hat, Inc.
  * Authors: Benjamin Otte <otte@gnome.org>
index 242a927880e7aee1346426c3b53d08f70740016c..cb77a821d67a8f8de272ff0d9d993cd845f061e6 100644 (file)
@@ -1,4 +1,4 @@
-/* GtkTrePath tests.
+/* GtkTreePath tests.
  *
  * Copyright (C) 2011, Red Hat, Inc.
  * Authors: Matthias Clasen <mclasen@redhat.com>