diff --git a/libretro-common/gfx/math/matrix_4x4.c b/libretro-common/gfx/math/matrix_4x4.c index 2ff6198bd7..091b3af2a7 100644 --- a/libretro-common/gfx/math/matrix_4x4.c +++ b/libretro-common/gfx/math/matrix_4x4.c @@ -1,7 +1,7 @@ /* Copyright (C) 2010-2016 The RetroArch team * * --------------------------------------------------------------------------------------- - * The following license statement only applies to this file (matrix.c). + * The following license statement only applies to this file (matrix_4x4.c). * --------------------------------------------------------------------------------------- * * Permission is hereby granted, free of charge, diff --git a/libretro-common/include/gfx/math/matrix_4x4.h b/libretro-common/include/gfx/math/matrix_4x4.h index ab6f16e838..883dafbec6 100644 --- a/libretro-common/include/gfx/math/matrix_4x4.h +++ b/libretro-common/include/gfx/math/matrix_4x4.h @@ -1,7 +1,7 @@ /* Copyright (C) 2010-2016 The RetroArch team * * --------------------------------------------------------------------------------------- - * The following license statement only applies to this file (matrix.h). + * The following license statement only applies to this file (matrix_4x4.h). * --------------------------------------------------------------------------------------- * * Permission is hereby granted, free of charge,