diff --git a/SabreHelper/Output.cs b/SabreHelper/Output.cs
index a5909810..ccda2542 100644
--- a/SabreHelper/Output.cs
+++ b/SabreHelper/Output.cs
@@ -144,7 +144,8 @@ namespace SabreTools.Helper
/// Set the output directory
/// Dictionary containing all the roms to be written
/// Logger object for console and/or file output
- /// Tru if the DAT was written correctly, false otherwise
+ /// True if the DAT was written correctly, false otherwise
+ /// This does not currently do the proper sorting because everything is sorted by key. It needs to have some pre-processing in order to output correctly
public static bool WriteToDatFromDict(string name, string description, string version, string date, string category, string author,
bool forceunpack, bool old, bool merge, string outDir, Dictionary> dict, Logger logger)
{