[LNT] r313917 - docs/importing_data.rst: Fix typo
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 21 14:14:40 PDT 2017
Author: matze
Date: Thu Sep 21 14:14:40 2017
New Revision: 313917
URL: http://llvm.org/viewvc/llvm-project?rev=313917&view=rev
Log:
docs/importing_data.rst: Fix typo
Modified:
lnt/trunk/docs/importing_data.rst
Modified: lnt/trunk/docs/importing_data.rst
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/docs/importing_data.rst?rev=313917&r1=313916&r2=313917&view=diff
==============================================================================
--- lnt/trunk/docs/importing_data.rst (original)
+++ lnt/trunk/docs/importing_data.rst Thu Sep 21 14:14:40 2017
@@ -85,7 +85,7 @@ benchmark suites as well. The following
* ``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.
More information about the llvm-commits
mailing list