From 51bffaff45593965093529fa009d64eb0fd1b996 Mon Sep 17 00:00:00 2001 From: alonamid Date: Sat, 27 Jul 2019 17:47:09 -0700 Subject: [PATCH] fix expedited typo --- docs/Quick-Start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Quick-Start.rst b/docs/Quick-Start.rst index e319a3d4..5df1adeb 100644 --- a/docs/Quick-Start.rst +++ b/docs/Quick-Start.rst @@ -27,7 +27,7 @@ TO build the toolchains, you should run: ./scripts/build-toolchains.sh .. Note:: If you are planning to use the Hwacha vector unit, or other RoCC-based accelerators, you should build the esp-tools toolchains by adding the ``esp-tools`` argument to the script above. - If you are running on an Amazon Web Services EC2 instance, intending to use FireSim, you can also use the ``--ec2fast`` flag for an expediated installation of a pre-compiled toolchain. + If you are running on an Amazon Web Services EC2 instance, intending to use FireSim, you can also use the ``--ec2fast`` flag for an expedited installation of a pre-compiled toolchain. What's Next?