FIX: fix typo in piece.h

cblas_new
liaogang 8 years ago
parent 6e7209f058
commit 464886bf56

@ -35,7 +35,7 @@ public:
// We provide non-explicit singleton constructors so users can
// pass in a "const char*" or a "string" wherever a "Piece"
// is expected. These contructors ensure that if data_ is NULL,
// is expected. These constructors ensure that if data_ is NULL,
// size_ is 0.
Piece();
Piece(const char* d, size_t n);

Loading…
Cancel
Save