From 19338927b795f0012719d41a4547d84280e00d41 Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Tue, 7 May 2024 09:29:29 +0200 Subject: [PATCH] Fix typo in file docstrings --- src/include/lapack_calls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lapack_calls.h b/src/include/lapack_calls.h index 5165ceca..e618e58d 100644 --- a/src/include/lapack_calls.h +++ b/src/include/lapack_calls.h @@ -1,6 +1,6 @@ /* Distributed under the terms of GPLv3 or later. See COPYING for details. */ -/*! \file lapack_calss.h +/*! \file lapack_calls.h * * \brief C++ interface to LAPACK calls. * -- GitLab