projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a71357e
)
Fix typo in comment.
author
Ben Pfaff
<blp@nicira.com>
Wed, 6 Aug 2008 21:12:22 +0000
(14:12 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Mon, 18 Aug 2008 21:02:48 +0000
(14:02 -0700)
include/xtoxll.h
patch
|
blob
|
history
diff --git
a/include/xtoxll.h
b/include/xtoxll.h
index 80a6a63a3cc9ad8f66ff13b5d09502947735daef..a066aa6ecc3d4713f3fd05065d781c6eca15a225 100644
(file)
--- a/
include/xtoxll.h
+++ b/
include/xtoxll.h
@@
-48,4
+48,4
@@
ntohll(uint64_t n)
return htonl(1) == 1 ? n : ((uint64_t) ntohl(n) << 32) | ntohl(n >> 32);
}
-#endif /* xto
n
ll.h */
+#endif /* xto
x
ll.h */