Skip to content

Commit

Permalink
Fix typo in comment: wan't to want.
Browse files Browse the repository at this point in the history
  • Loading branch information
apw committed Aug 9, 2014
1 parent 3d07691 commit 4415372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/fann_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4415372

Please sign in to comment.