aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLarry Doolittle <ldoolitt@recycle.lbl.gov>2017-08-01 21:42:09 -0700
committerClifford Wolf <clifford@clifford.at>2017-08-02 13:27:53 +0200
commit873eb9effaef6f97df24ca8d7b6eae3721303454 (patch)
tree9168ffa01933df8c45f5e43c1a9dbed653622455 /docs
parentb3d35ccadc745851514abc7d7aa26f41532ac914 (diff)
downloadicestorm-873eb9effaef6f97df24ca8d7b6eae3721303454.tar.gz
icestorm-873eb9effaef6f97df24ca8d7b6eae3721303454.tar.bz2
icestorm-873eb9effaef6f97df24ca8d7b6eae3721303454.zip
Minor spelling and punctuation fixes in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/notes_osx.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/notes_osx.html b/docs/notes_osx.html
index 2361651..5ff65fb 100644
--- a/docs/notes_osx.html
+++ b/docs/notes_osx.html
@@ -51,10 +51,10 @@ Edit the Makefile of yosys and replace the two first lines for this, i.e., comme
CONFIG := gcc
</pre>
-<h2>error "Can't find iCE FTDI USB device (vedor_id 0x0403, device_id 0x6010)." while uploading code to FPGA (e.g., "iceprog example.bin")</h2>
+<h2>error "Can't find iCE FTDI USB device (vendor_id 0x0403, device_id 0x6010)." while uploading code to FPGA (e.g., "iceprog example.bin")</h2>
<p>
-You need to unload the FTDI driver. (notes below are from Mountain Lion, 10.8.2).
+You need to unload the FTDI driver (notes below are from Mountain Lion, 10.8.2).
First check if it is running:
</p>
@@ -63,11 +63,11 @@ kextstat | grep FTDIUSBSerialDriver
</pre>
<p>
-If you see if on the kextstat, we need to unload it:
+If you see it on the kextstat, we need to unload it:
</p>
<pre style="padding-left: 3em">
-sudo kextunload -b com.FTDI.driver.FTDIUSBSerialDriver`
+sudo kextunload -b com.FTDI.driver.FTDIUSBSerialDriver
</pre>
<p>