diff --git a/src/get_directory_description.m b/src/get_directory_description.m
index af24689d5aaec20354427142e0213c5158326953..4e321c7ae0734a89fbe3c4be02c44ea5b833cde2 100644
--- a/src/get_directory_description.m
+++ b/src/get_directory_description.m
@@ -1,6 +1,6 @@
 function flist = get_directory_description(basedir)
 
-% List recursively all the *.m files in a directory.
+% Lists recursively all the *.m files in a directory.
 %
 % INPUTS 
 %  - basedir [string], the name of the directory to be inspected.
diff --git a/src/initialize_unit_tests_toolbox.m b/src/initialize_unit_tests_toolbox.m
index e60cb11a18b488136f92b30a35913e6d89c65831..e18a9347cb7a7da499b9b4e6c13f68ff5cffb457 100644
--- a/src/initialize_unit_tests_toolbox.m
+++ b/src/initialize_unit_tests_toolbox.m
@@ -1,4 +1,4 @@
-% Get the path to the dates/src folder.
+% Get the path to the m-unit-tests/src folder.
 unit_tests_src_root = strrep(which('initialize_unit_tests_toolbox'),'initialize_unit_tests_toolbox.m','');
 
 if ~exist('isoctave','file')