aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/armnnOnnxParser/OnnxParser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnnOnnxParser/OnnxParser.hpp b/src/armnnOnnxParser/OnnxParser.hpp
index a0fa8af31b..bb94472c6d 100644
--- a/src/armnnOnnxParser/OnnxParser.hpp
+++ b/src/armnnOnnxParser/OnnxParser.hpp
@@ -203,7 +203,7 @@ private:
/// Map of the tensor names to their node and index in graph.node()
std::unordered_map<std::string, std::pair<const onnx::NodeProto*, int>> m_OutputsMap;
- /// Number of times a specific node (identified by his index number) was used as input
+ /// Number of times a specific node (identified by its index number) was used as input
/// and list of the nodes it was fused with
struct UsageSummary
{