diff options
author | Guy Harris <guy@alum.mit.edu> | 2005-02-03 01:24:07 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2005-02-03 01:24:07 +0000 |
commit | 4e4b6309fa1cd30bb54898bc3596c4a756ff1fb7 (patch) | |
tree | 6dee7b7099f8198c5e050e447a65baf94e097b20 /epan/circuit.c | |
parent | 191465dc435ac57a4f4077fcc3fb8ca3dd050221 (diff) | |
download | wireshark-4e4b6309fa1cd30bb54898bc3596c4a756ff1fb7.tar.gz wireshark-4e4b6309fa1cd30bb54898bc3596c4a756ff1fb7.tar.bz2 wireshark-4e4b6309fa1cd30bb54898bc3596c4a756ff1fb7.zip |
Fix a comment.
svn path=/trunk/; revision=13251
Diffstat (limited to 'epan/circuit.c')
-rw-r--r-- | epan/circuit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/circuit.c b/epan/circuit.c index f4fb47ee85..57faa39ff2 100644 --- a/epan/circuit.c +++ b/epan/circuit.c @@ -205,7 +205,7 @@ find_circuit(circuit_type ctype, guint32 circuit_id, guint32 frame) for (circuit = g_hash_table_lookup(circuit_hashtable, &key); circuit != NULL; circuit = circuit->next) { /* - * The frame includes that frame number if: + * The circuit includes that frame number if: * * the circuit's first frame is unknown or is at or * before that frame |