aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/NodeContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/NodeContext.h')
-rw-r--r--arm_compute/graph/NodeContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/graph/NodeContext.h b/arm_compute/graph/NodeContext.h
index bc90f217a7..17ae49740b 100644
--- a/arm_compute/graph/NodeContext.h
+++ b/arm_compute/graph/NodeContext.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -60,7 +60,7 @@ public:
* @param[in] input Input to add
*/
void add_input(arm_compute::ITensor *input);
- /** Adds and output to the context
+ /** Adds an output to the context
*
* @param[in] output Output to add
*/