summaryrefslogtreecommitdiff
path: root/nn/runtime/include/NeuralNetworks.h
diff options
context:
space:
mode:
authorDavid Gross <dgross@google.com>2018-04-09 12:13:58 -0700
committerDavid Gross <dgross@google.com>2018-04-10 11:54:22 -0700
commit58cbcf3e037e9f6db040b0f8b4d5fc06d6015e65 (patch)
treee9bcd12a0d62de8beaac7cf013bc5018073bf9d5 /nn/runtime/include/NeuralNetworks.h
parent9447966379a4b3fba92f4dfda65aaba6b0482f1a (diff)
downloadml-58cbcf3e037e9f6db040b0f8b4d5fc06d6015e65.tar.gz
Fix documentation typos.
Test: NeuralNetworksTest_static Test: VtsHalNeuralnetworksV1_0TargetTest --hal_service_instance=android.hardware.neuralnetworks@1.0::IDevice/sample-all Test: VtsHalNeuralnetworksV1_1TargetTest --hal_service_instance=android.hardware.neuralnetworks@1.1::IDevice/sample-all Bug: 76016141 Bug: 67601776 (partial fix) Change-Id: Iff881734a2aad5de9b58177111cb9793ea4853a6
Diffstat (limited to 'nn/runtime/include/NeuralNetworks.h')
-rw-r--r--nn/runtime/include/NeuralNetworks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nn/runtime/include/NeuralNetworks.h b/nn/runtime/include/NeuralNetworks.h
index fc67d214e..63e2cc70f 100644
--- a/nn/runtime/include/NeuralNetworks.h
+++ b/nn/runtime/include/NeuralNetworks.h
@@ -1930,7 +1930,7 @@ int ANeuralNetworksModel_addOperation(ANeuralNetworksModel* model,
const uint32_t* outputs);
/**
- * Specfifies which operands will be the model's inputs and outputs.
+ * Specifies which operands will be the model's inputs and outputs.
*
* An operand cannot be used for both input and output. Doing so will
* return an error.