Skip to content

Commit 20ed184

Browse files
Clarify value set documentation
1 parent 260ef9b commit 20ed184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pointer-analysis/value_set.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Author: Daniel Kroening, [email protected]
2525

2626
class namespacet;
2727

28-
/// State type in value_set_domaint, used in value-set analysis and goto-symex.
28+
/// Used in value-set analysis and goto-symex.
2929
/// Represents a mapping from expressions to the addresses that may be stored
3030
/// there; for example, a global that is either null or points to a
3131
/// heap-allocated object, which itself has two fields, one pointing to another

0 commit comments

Comments
 (0)