summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/sfp.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/sfp.idl')
-rw-r--r--TAO/orbsvcs/orbsvcs/sfp.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/sfp.idl b/TAO/orbsvcs/orbsvcs/sfp.idl
index 9a378719a9b..13164e1a25b 100644
--- a/TAO/orbsvcs/orbsvcs/sfp.idl
+++ b/TAO/orbsvcs/orbsvcs/sfp.idl
@@ -47,9 +47,9 @@ module flowProtocol
char magic_number[4];
// 'F', 'R', 'A', 'G'
octet flags;
- // bit 1 = more fragments, %%bit 0 = byteorder
+ // bit 1 = more fragments
unsigned long frag_number;
- // 1,..,n
+ // 0,..,n
unsigned long sequence_num;
unsigned long frag_sz;
unsigned long source_id;