diff --git a/trunk/src/rtmp/srs_protocol_rtmp.cpp b/trunk/src/rtmp/srs_protocol_rtmp.cpp index 9cbe655d1..9924e5b48 100644 --- a/trunk/src/rtmp/srs_protocol_rtmp.cpp +++ b/trunk/src/rtmp/srs_protocol_rtmp.cpp @@ -288,7 +288,7 @@ int SrsHandshakeBytes::create_s0s1s2(const char* c1) } stream.write_1bytes(0x03); stream.write_4bytes((int32_t)::time(NULL)); - // s2 time2 copy from c1 + // s1 time2 copy from c1 if (c0c1) { stream.write_bytes(c0c1 + 1, 4); }