diff --git a/dev/functional/mpl.h b/dev/functional/mpl.h index ff5f77601..7a47a5089 100644 --- a/dev/functional/mpl.h +++ b/dev/functional/mpl.h @@ -2,7 +2,7 @@ /* * Symbols for 'template metaprogramming' (compile-time template programming), - * inspired by the MPL of Aleksey Gurtovoy and David Abrahams, and the Mp11 of Peter Dimov and Bjørn Reese. + * inspired by the MPL of Aleksey Gurtovoy and David Abrahams, and the Mp11 of Peter Dimov and Bjorn Reese. * * Currently, the focus is on facilitating advanced type filtering, * such as filtering columns by constraints having various traits. diff --git a/include/sqlite_orm/sqlite_orm.h b/include/sqlite_orm/sqlite_orm.h index a9686e3e2..c860ac1a5 100644 --- a/include/sqlite_orm/sqlite_orm.h +++ b/include/sqlite_orm/sqlite_orm.h @@ -745,7 +745,7 @@ namespace sqlite_orm { /* * Symbols for 'template metaprogramming' (compile-time template programming), - * inspired by the MPL of Aleksey Gurtovoy and David Abrahams, and the Mp11 of Peter Dimov and Bjørn Reese. + * inspired by the MPL of Aleksey Gurtovoy and David Abrahams, and the Mp11 of Peter Dimov and Bjorn Reese. * * Currently, the focus is on facilitating advanced type filtering, * such as filtering columns by constraints having various traits.