diff --git a/src/FISTA_secondOrder.m b/src/FISTA_secondOrder.m
index 95acf32e3d1cee09df38fe3844b983b468ad70cf..f78296411f71c7f5283edf7b627352266b98557c 100644
--- a/src/FISTA_secondOrder.m
+++ b/src/FISTA_secondOrder.m
@@ -1,7 +1,7 @@
 function [F, nr_of_iterations, Res] = FISTA_secondOrder(G, sampling, kappa, P_OmegaC, z, kmax)
 
-% FISTA_SECONDORDER: Solves the l1xl1 minimization problem for the splitting and/ or completion problem in Born
-% approximation of order 2 numerically by using the FISTA algorithm.
+%% FISTA_SECONDORDER: Solves the l1xl1 minimization problem for the splitting and/ or completion problem
+% in Born approximation of order 2 numerically by using the FISTA algorithm.
 %
 % INPUT:    G           Observed far field matrix, nxhat*nd-array.
 %           sampling    Structure containing information about the discretization.