aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2017-09-21 21:14:40 +0000
committerMatthias Braun <matze@braunis.de>2017-09-21 21:14:40 +0000
commit29cb310f485c40f39787eb8222e3ff3f516c2260 (patch)
treeab115bacaf01d1eca7f7440e3b431b2829a0bd68
parent1582e4663b78e0af8e82fb280ee440a3c10f7fab (diff)
docs/importing_data.rst: Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/lnt/trunk@313917 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/importing_data.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/importing_data.rst b/docs/importing_data.rst
index d342270..30af98f 100644
--- a/docs/importing_data.rst
+++ b/docs/importing_data.rst
@@ -85,7 +85,7 @@ benchmark suites as well. The following metrics are supported for a test:
* ``compilation_status``: A non zero value represents a compilation failure.
* ``hash_status``: A non zero value represents a failure computing the
executable hash.
-* ``mem_byts``: Memory usage in bytes during execution; lower is better.
+* ``mem_bytes``: Memory usage in bytes during execution; lower is better.
* ``code_size``: Code size (usually the size of the text segment) in bytes;
lower is better.