Fix a couple of readme typos

This commit is contained in:
Vishvananda Ishaya
2014-09-18 19:09:35 -07:00
parent 1a26b9f251
commit e69415012d

View File

@@ -70,9 +70,9 @@ func main() {
## Future Work ## ## Future Work ##
Many pieces of netlink are not yet fully supported in the high-level Many pieces of netlink are not yet fully supported in the high-level
interface. Aspects of virtually all of the primitives don't exist yet. interface. Aspects of virtually all of the high-level objects don't exist.
Many of the underlying primitives are there, so its a matter of putting Many of the underlying primitives are there, so its a matter of putting
the right fields into the high level objects and making sure that they the right fields into the high-level objects and making sure that they
are serialized and deserialized correctly in the Add and List methods. are serialized and deserialized correctly in the Add and List methods.
There are also a few pieces of low level netlink functionality that still There are also a few pieces of low level netlink functionality that still