diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2015-08-28 11:42:53 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2015-08-28 11:44:53 +0100 |
commit | 6c76ec68f68494d4a31b5d82073ed4d2798b8e13 (patch) | |
tree | 667a257b1661d3f31bb1a0b034d667e87e79fe20 /qemu-doc.texi | |
parent | b352153f5f7eb12b56602fc03ae4361e01201f90 (diff) |
qemu-doc.texi: Fix capitalization error in OS X build instructions
Fix a capitalization error in the OS X build instructions;
this was picked up in review of commit b352153f5f and intended to be
corrected before I applied it, but I accidentally didn't include it.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 74f5486445..f1c38b6c8d 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -3062,7 +3062,7 @@ Note: If after the configure step you see a message like this: ERROR: Your compiler does not support the __thread specifier for Thread-Local Storage (TLS). Please upgrade to a version that does. @end example -You may have to build your own version of gcc from source. Expect that to take +you may have to build your own version of gcc from source. Expect that to take several hours. More information can be found here: @uref{https://gcc.gnu.org/install/} @* |