Skip to content

Commit

Permalink
Documentation: fix some typos
Browse files Browse the repository at this point in the history
s/deamon/daemon/
s/dependant/dependent/

Signed-off-by: Lance Richardson <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
hlrichardson authored and blp committed Dec 21, 2016
1 parent 3dada17 commit b4675b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Documentation/intro/install/dpdk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ Generally, smaller queue sizes can have a positive impact for latency at the
expense of throughput. The opposite is often true for larger queue sizes.
Note: increasing the number of rx descriptors eg. to 4096 may have a negative
impact on performance due to the fact that non-vectorised DPDK rx functions may
be used. This is dependant on the driver in use, but is true for the commonly
be used. This is dependent on the driver in use, but is true for the commonly
used i40e and ixgbe DPDK drivers.

Exact Match Cache
Expand Down
4 changes: 2 additions & 2 deletions Documentation/topics/openflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ mechanism with the ONF Experimenter ID.
When defined integrated in 1.4, the feature use the standard OpenFlow
structures (for example defined in openflow-1.4.h).

The two definitions for each feature are independant and can exist in parallel
The two definitions for each feature are independent and can exist in parallel
in OVS.


Expand Down Expand Up @@ -303,7 +303,7 @@ mechanism with the ONF Experimenter ID. When defined integrated in 1.5, the
feature use the standard OpenFlow structures (for example defined in
openflow-1.5.h).

The two definitions for each feature are independant and can exist in parallel
The two definitions for each feature are independent and can exist in parallel
in OVS.

* Time scheduled bundles
Expand Down
2 changes: 1 addition & 1 deletion lib/daemon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dt><code>--no-chdir</code></dt>
<dd>
<p>
By default, when <code>--detach</code> is specified, the deamon changes
By default, when <code>--detach</code> is specified, the daemon changes
its current working directory to the root directory after it detaches.
Otherwise, invoking the daemon from a carelessly chosen directory would
prevent the administrator from unmounting the file system that holds that
Expand Down

0 comments on commit b4675b8

Please sign in to comment.