projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
be203f7
)
bsd.kern.mk: Add a missing space.
author
Sascha Wildner <saw@online.de>
Sat, 10 Dec 2011 13:52:14 +0000 (14:52 +0100)
committer
Sascha Wildner <saw@online.de>
Sat, 10 Dec 2011 13:52:14 +0000 (14:52 +0100)
sys/conf/bsd.kern.mk
patch
|
blob
|
blame
|
history
diff --git
a/sys/conf/bsd.kern.mk
b/sys/conf/bsd.kern.mk
index
720c928
..
63dc316
100644
(file)
--- a/
sys/conf/bsd.kern.mk
+++ b/
sys/conf/bsd.kern.mk
@@
-2,7
+2,7
@@
# Warning flags for compiling the kernel and components of the kernel.
#
-# Note that -Werror is on by default.To turn it off, e.g. when working
+# Note that -Werror is on by default. To turn it off, e.g. when working
# on adding new warning options, NO_WERROR in make.conf (or on make(1)'s
# command line) should be of material assistance.
#