Skip to content

Commit 2682016

Browse files
committed
Fix comment
1 parent c69c5b6 commit 2682016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/System/StandardIncludes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@
8686
#include <regex>
8787
#include <future>
8888

89-
// Include our chunkiest files
89+
// Include our chunkiest files.
9090
// "chunkiest" is a term from MyNameIsTrez's repository
9191
// that is calculated to be the number of times a header is included,
92-
// times the number of headers it itself (indirectly includes)
92+
// times the number of headers it itself (indirectly) includes.
9393
// On MyNameIsTrez's computer, it brought total recompilation time down from 2m53s to 2m37s.
9494
// https://github.com/MyNameIsTrez/includes_tabulator
9595
#include "GUI.h"

0 commit comments

Comments
 (0)