Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8f4127

Browse files
authored
C++: fix wording in GVN qldoc comment
1 parent b0dd3df commit e8f4127

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/ql/src/semmle/code/cpp/valuenumbering/GlobalValueNumbering.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* See https://en.wikipedia.org/wiki/Global_value_numbering
44
*
55
* The predicate `globalValueNumber` converts an expression into a `GVN`,
6-
* which is an abstract type presenting the value of the expression. If
7-
* two expressions have the `GVN` then they compute the same value.
6+
* which is an abstract type representing the value of the expression. If
7+
* two expressions have the same `GVN` then they compute the same value.
88
* For example:
99
*
1010
* ```

0 commit comments

Comments
 (0)