]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Simplify a comment.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 22 Mar 2022 07:49:58 +0000 (18:49 +1100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 22 Mar 2022 07:49:58 +0000 (18:49 +1100)
player.h

index 7bc19631b6d6cdb2b6b568834af2dacbdbda57c4..be76e2f76eb707940ff0907e0f7e590a325ff57a 100644 (file)
--- a/player.h
+++ b/player.h
@@ -257,7 +257,7 @@ typedef struct {
   int rtp_running;
   uint64_t rtp_time_of_last_resend_request_error_ns;
 
-  char client_ip_string[INET6_ADDRSTRLEN]; // the ip string pointing to the client
+  char client_ip_string[INET6_ADDRSTRLEN]; // the ip string of the client
   uint16_t client_rtsp_port;
   char self_ip_string[INET6_ADDRSTRLEN]; // the ip string being used by this program -- it
   uint16_t self_rtsp_port;               // could be one of many, so we need to know it