diff options
author | jcid <devnull@localhost> | 2008-09-30 16:32:41 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-30 16:32:41 +0200 |
commit | 0f7c6294d403e3ed80961e91f906f118e0f0adc5 (patch) | |
tree | 151cb6cc9f333a51ba15fb66ac4480bb4da0e0fa /dpid/dpid.c | |
parent | 6deac7761c79417469c515268ba010a5f1fd60fb (diff) |
- s/todo:/TODO:/g
Diffstat (limited to 'dpid/dpid.c')
-rw-r--r-- | dpid/dpid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpid/dpid.c b/dpid/dpid.c index 2bc4dd23..97e6414d 100644 --- a/dpid/dpid.c +++ b/dpid/dpid.c @@ -409,7 +409,7 @@ int register_all(struct dp **attlist) dFree(sys_dpidir); dFree(user_dpidir); - /* todo: do we consider snum == 0 an error? + /* TODO: do we consider snum == 0 an error? * (if so, we should return -1 ) */ return (snum); } |