Skip to content

Commit de03f80

Browse files
committed
fix cosmetic typo in rnn.h
1 parent 2a55474 commit de03f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rnn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ void compute_gru(const GRULayer *gru, float *state, const float *input);
6666

6767
void compute_rnn(RNNState *rnn, float *gains, float *vad, const float *input);
6868

69-
#endif /* _MLP_H_ */
69+
#endif /* _RNN_H_ */

0 commit comments

Comments
 (0)