diff options
author | def <dennis@felsin9.de> | 2017-03-23 21:29:10 +0100 |
---|---|---|
committer | def <dennis@felsin9.de> | 2017-03-23 21:29:10 +0100 |
commit | ab31b776ef00df4a43f8afccb2e7c39a05616d2a (patch) | |
tree | 1e02189ea869d7f6a98390cfa1867aee5ad04bc0 /compiler | |
parent | 93f0f1c6e4a7f6b2c4cd19f7cc246c18531ae0c0 (diff) | |
download | Nim-ab31b776ef00df4a43f8afccb2e7c39a05616d2a.tar.gz |
Fix typo
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/main.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main.nim b/compiler/main.nim index 5f86e6188..f662ded1b 100644 --- a/compiler/main.nim +++ b/compiler/main.nim @@ -272,7 +272,7 @@ proc mainCommand*(graph: ModuleGraph; cache: IdentCache) = if msgs.gErrorCounter == 0 and gCmd notin {cmdInterpret, cmdRun, cmdDump}: when declared(system.getMaxMem): - let usedMem = formatSize(getMaxMem()) & " peekmem" + let usedMem = formatSize(getMaxMem()) & " peakmem" else: let usedMem = formatSize(getTotalMem()) rawMessage(hintSuccessX, [$gLinesCompiled, |