From 4415372dae6b0f2ee90b3961a1a66f5396a97615 Mon Sep 17 00:00:00 2001 From: Amos Waterland Date: Sat, 9 Aug 2014 17:00:49 -0600 Subject: [PATCH] Fix typo in comment: wan't to want. --- src/include/fann_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/fann_data.h b/src/include/fann_data.h index c8701ef5..4641e732 100644 --- a/src/include/fann_data.h +++ b/src/include/fann_data.h @@ -435,7 +435,7 @@ struct fann_layer { /* A pointer to the first neuron in the layer * When allocated, all the neurons in all the layers are actually - * in one long array, this is because we wan't to easily clear all + * in one long array, this is because we want to easily clear all * the neurons at once. */ struct fann_neuron *first_neuron;