Browse Source

fixed spelling in comment: breath-first search

Former-commit-id: 21e719734b
tempestpy_adaptions
sjunges 11 years ago
parent
commit
8ca5ac176e
  1. 2
      src/utility/graph.h

2
src/utility/graph.h

@ -33,7 +33,7 @@ namespace storm {
namespace graph { namespace graph {
/*! /*!
* Performs a backwards breadt-first search trough the underlying graph structure
* Performs a backwards breath-first search trough the underlying graph structure
* of the given model to determine which states of the model have a positive probability * of the given model to determine which states of the model have a positive probability
* of satisfying phi until psi. The resulting states are written to the given bit vector. * of satisfying phi until psi. The resulting states are written to the given bit vector.
* *

Loading…
Cancel
Save