projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b9761b3
)
Typo in CPP #elif
author
matthiasr <matthiasr@web>
Mon, 14 Mar 2011 09:08:42 +0000 (
02:08
-0700)
committer
Charlie <root@leaf.dragonflybsd.org>
Mon, 14 Mar 2011 09:08:42 +0000 (
02:08
-0700)
docs/howtos/howtoporttodragonfly/index.mdwn
patch
|
blob
|
blame
|
history
diff --git
a/docs/howtos/howtoporttodragonfly/index.mdwn
b/docs/howtos/howtoporttodragonfly/index.mdwn
index
5d313a5
..
d543569
100644
(file)
--- a/
docs/howtos/howtoporttodragonfly/index.mdwn
+++ b/
docs/howtos/howtoporttodragonfly/index.mdwn
@@
-188,7
+188,7
@@
In fact, the method mostly used is probably to try to compile, to correct the co
#if defined(__DragonFly__)
/* code specific to DragonFly */
- #elsif
+ #elif
/* code for other systems */
#endif