We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ef3ff commit 729554bCopy full SHA for 729554b
cpp/common/src/codingstandards/cpp/graph/GraphPathStateSearch.qll
@@ -8,7 +8,7 @@
8
* instance, we could use this graph to find recursive functions, which requires knowing how an end
9
* node was reached from a start node (the state).
10
*
11
- * Like `GraphPathSearch`, this module uses forward-reverse pruning, wihch is a pattern that is
+ * Like `GraphPathSearch`, this module uses forward-reverse pruning, which is a pattern that is
12
* useful for efficiently finding connections between nodes in a directional graph. In a first pass,
13
* it finds nodes reachable from the starting point. In the second pass, it finds the subset of
14
* those nodes that can be reached from the end point. Together, these create a path from start
0 commit comments