diff --git a/ATxCommon/SystemChecks.cs b/ATxCommon/SystemChecks.cs
index eb412ce481ba100a8f6d49e1beec6364ec25a475..e0ce3a3ebae629dd1c6bcb071126ec89b542e258 100644
--- a/ATxCommon/SystemChecks.cs
+++ b/ATxCommon/SystemChecks.cs
@@ -52,8 +52,8 @@ namespace ATxCommon
         }
 
         /// <summary>
-        /// Check all configured disks for their free space and send a notification
-        /// if necessary (depending on the configured delta time).
+        /// Check all configured disks for their free space and generate a
+        /// summary with details to be used in a notification message.
         /// </summary>
         public static string CheckFreeDiskSpace(List<Serializables.DriveToCheck> drives) {
             var msg = "";