apidump: Correct layer property description
diff --git a/layers/apidump.h b/layers/apidump.h
index d72ab31..6905fbd 100644
--- a/layers/apidump.h
+++ b/layers/apidump.h
@@ -39,7 +39,7 @@
         "Generic",
         VK_API_VERSION,                 // specVersion
         VK_MAKE_VERSION(0, 1, 0),       // implVersion
-        "layer: Generic",
+        "layer: APIDump",
     }
 };
 
@@ -49,7 +49,7 @@
         "Generic",
         VK_API_VERSION,                 // specVersion
         VK_MAKE_VERSION(0, 1, 0),       // implVersion
-        "layer: Generic",
+        "layer: APIDump",
     }
 };