summaryrefslogtreecommitdiff
path: root/doc/coding-style.txt
diff options
context:
space:
mode:
authorFlorian Grandel <fgrandel@gmail.com>2015-04-05 21:11:26 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2015-04-09 12:41:19 +0300
commit01ddd8da3e225be5cd1305ecb8079441d38661cb (patch)
tree602acabc8cb22f7089622f5c971b0ca5bf83d52b /doc/coding-style.txt
parent6d404f55bd21c95d92dfd8120b693050d96ca094 (diff)
downloadbluez-01ddd8da3e225be5cd1305ecb8079441d38661cb.tar.gz
doc: fix minor typos
The documentation contained minor typos which are being fixed here.
Diffstat (limited to 'doc/coding-style.txt')
-rw-r--r--doc/coding-style.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coding-style.txt b/doc/coding-style.txt
index b3fbd2e3f..f0bf880e3 100644
--- a/doc/coding-style.txt
+++ b/doc/coding-style.txt
@@ -61,7 +61,7 @@ if (err || !S_ISDIR(st.st_mode))
M2: Multiple line comment
=========================
-If your comments have more then one line, please start it from the second line.
+If your comment has more than one line, please start it from the second line.
Example:
/*