We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e04f1a commit 04f0c47Copy full SHA for 04f0c47
1 file changed
include/osp/bsp/model/BspInstance.hpp
@@ -314,7 +314,7 @@ class BspInstance {
314
}
315
316
/**
317
- * @brief Checks if tehre are any incompatible nodetype-processortype pairs in the instance.
+ * @brief Checks if there are any incompatible nodetype-processortype pairs in the instance.
318
*/
319
bool HasAnyTypeRestrictions() const {
320
for (VertexTypeTOrDefault node_type = 0; node_type < nodeProcessorCompatibility_.size(); ++node_type) {
0 commit comments