IVGCVSW-6581 Inclusive language changes on the OnnxParser.hpp file

Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com>
Change-Id: I92213f8a72931d0c5be1272418617f72147665bb
diff --git a/src/armnnOnnxParser/OnnxParser.hpp b/src/armnnOnnxParser/OnnxParser.hpp
index a0fa8af..bb94472 100644
--- a/src/armnnOnnxParser/OnnxParser.hpp
+++ b/src/armnnOnnxParser/OnnxParser.hpp
@@ -203,7 +203,7 @@
     /// 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
     {