Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Oct 7, 2023
1 parent 77b0f87 commit 43cc8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kaldi-decoder/csrc/decodable-ctc.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class DecodableCtc : public DecodableInterface {

// It shares the memory with the input array.
//
// @param p Pointer to a 2-d array of shape (num_rows, num_rows).
// @param p Pointer to a 2-d array of shape (num_rows, num_cols).
// The array should be kept alive as long as this object is still
// alive.
DecodableCtc(const float *p, int32_t num_rows, int32_t num_cols);
Expand Down

0 comments on commit 43cc8ff

Please sign in to comment.