From a8da327744b2eb4cd3a3e431dba7001c39391d0a Mon Sep 17 00:00:00 2001 From: Steven Murray <steven.murray@cern.ch> Date: Thu, 1 Dec 2016 16:57:30 +0100 Subject: [PATCH] Corrected comment within SqliteCatalogueSchema.hpp --- catalogue/SqliteCatalogueSchema.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalogue/SqliteCatalogueSchema.hpp b/catalogue/SqliteCatalogueSchema.hpp index c6870226ad..d9ab0b2875 100644 --- a/catalogue/SqliteCatalogueSchema.hpp +++ b/catalogue/SqliteCatalogueSchema.hpp @@ -22,8 +22,8 @@ namespace cta { namespace catalogue { /** - * Structure containing the SQL to create the schema of the in memory CTA - * database. + * Structure containing the SQL to create the schema of the CTA catalogue + * database in an SQLite database. * * The CMakeLists.txt file of this directory instructs cmake to generate * SqliteCatalogueSchema.cpp from: -- GitLab