diff --git a/src/Tgstation.Server.Host/Components/Watchdog/IWatchdog.cs b/src/Tgstation.Server.Host/Components/Watchdog/IWatchdog.cs
index f0205eeb49..68bebfb81c 100644
--- a/src/Tgstation.Server.Host/Components/Watchdog/IWatchdog.cs
+++ b/src/Tgstation.Server.Host/Components/Watchdog/IWatchdog.cs
@@ -32,12 +32,12 @@ namespace Tgstation.Server.Host.Components.Watchdog
Models.CompileJob ActiveCompileJob { get; }
///
- /// The the active server is using.
+ /// The to be applied.
///
DreamDaemonLaunchParameters ActiveLaunchParameters { get; }
///
- /// The to be applied.
+ /// The the active server is using.
///
DreamDaemonLaunchParameters LastLaunchParameters { get; }