[rtems commit] xparameters.h: fix typo in comment

Joel Sherrill joel at rtems.org
Mon Jan 8 23:43:03 UTC 2024


Module:    rtems
Branch:    master
Commit:    9d07bf67a9bc2042fce970d1d1ab112f5c445efb
Changeset: http://git.rtems.org/rtems/commit/?id=9d07bf67a9bc2042fce970d1d1ab112f5c445efb

Author:    Bernd Moessner <berndmoessner80 at gmail.com>
Date:      Mon Jan  8 13:27:34 2024 -0600

xparameters.h: fix typo in comment

---

 bsps/include/xil/xparameters.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bsps/include/xil/xparameters.h b/bsps/include/xil/xparameters.h
index b665810643..9d4d95eacb 100644
--- a/bsps/include/xil/xparameters.h
+++ b/bsps/include/xil/xparameters.h
@@ -41,4 +41,4 @@ extern "C" {
 }
 #endif
 
-#endif	/* XIL_PRINTF_H */
+#endif	/* XPARAMETERS_H */



More information about the vc mailing list