Commit 486cf56b authored by Davis King's avatar Davis King

Fixed spelling error in comment.

parent 5c058ea1
...@@ -1278,7 +1278,7 @@ namespace dlib ...@@ -1278,7 +1278,7 @@ namespace dlib
{ {
private: private:
// We don't want anyone making these no_label_type objects. They are here only to // We don't want anyone making these no_label_type objects. They are here only to
// allow add_loss_layer::label_type and dnn_trainer::label_type to exist which voids // allow add_loss_layer::label_type and dnn_trainer::label_type to exist which avoids
// needing to overload add_loss_layer and dnn_trainer for supervised an unsupervised // needing to overload add_loss_layer and dnn_trainer for supervised an unsupervised
// losses. It also can be a type to use in template metaprogramming to indicate // losses. It also can be a type to use in template metaprogramming to indicate
// "no label". So here we make the constructor private with the exception that // "no label". So here we make the constructor private with the exception that
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment