SDL_net: Makefile.am: fixed a copy/paste shame (9c3de)

From 9c3de603ce7f8e3b5a7417d319405638529c492c Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sat, 8 Jan 2022 17:51:10 +0300
Subject: [PATCH] Makefile.am: fixed a copy/paste shame

---
 Makefile.am | 2 +-
 Makefile.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index cee9810..808dd28 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-# Makefile.am for the SDL sample image loading library and viewer
+# Makefile.am for the SDL portable network library
 ACLOCAL_AMFLAGS = -I acinclude
 AUTOMAKE_OPTIONS= foreign
 
diff --git a/Makefile.in b/Makefile.in
index 48a4a60..b9a9a95 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -420,7 +420,7 @@ top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 
-# Makefile.am for the SDL sample image loading library and viewer
+# Makefile.am for the SDL portable network library
 ACLOCAL_AMFLAGS = -I acinclude
 AUTOMAKE_OPTIONS = foreign
 lib_LTLIBRARIES = libSDL2_net.la