Skip to content

Commit

Permalink
rdma-core: Spell "daemon" correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Bart Van Assche <[email protected]>
  • Loading branch information
Bart Van Assche committed May 11, 2017
1 parent 3d72836 commit b39224b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion COPYING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Default Dual License.
Unmarked ancillary files may be available under a Dual License: GPLv2 or
OpenIB.org BSD (FreeBSD variant).

## Tools (iwpmd, srp_deamon, ibacm)
## Tools (iwpmd, srp_daemon, ibacm)

All compilable source code (.c and .h files) are available under the Default
Dual License.
Expand Down
6 changes: 3 additions & 3 deletions debian/srptools.default
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#How often should srpdeamon rescan the fabric (seconds)
# How often should srp_daemon rescan the fabric (seconds).
RETRIES=60

#Where should srp-deamon log to
# Where should srp_daemon log to.
LOG=/var/log/srp_daemon.log

# What ports should srp-deamon be started on.
# What ports should srp_daemon be started on.
# Format is CA:port
# ALL or NONE will run on all ports on none
# respectively
Expand Down
2 changes: 1 addition & 1 deletion debian/srptools.init
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ done


run_daemon() {
# SRP deamon wedges if we start it on a port which is not up
# srp_daemon wedges if we start it on a port which is not up

STATUS=`/usr/sbin/ibstat $HCA_ID $PORT | grep "State:"`

Expand Down

0 comments on commit b39224b

Please sign in to comment.