From 79b35dafdf76acd6fd2924eda78eb8977ed93d20 Mon Sep 17 00:00:00 2001
From: Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
Date: Sun, 26 Jun 2016 15:32:06 +0200
Subject: [PATCH] fixed typo in Xilinx code

---
 thirdparty/xilinx/include/xilinx/xllfifo.h       | 2 +-
 thirdparty/xilinx/orig/llfifo_v5_0/src/xllfifo.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/thirdparty/xilinx/include/xilinx/xllfifo.h b/thirdparty/xilinx/include/xilinx/xllfifo.h
index 0afb38281..e9b59d77c 100644
--- a/thirdparty/xilinx/include/xilinx/xllfifo.h
+++ b/thirdparty/xilinx/include/xilinx/xllfifo.h
@@ -576,7 +576,7 @@ extern u32 _xllfifo_ipis_value;
 * XLlFifo_TxVacancy returns the number of unused 32 bit words available
 * (vacancy) in the send channel of the FIFO specified by <i>InstancePtr</i>.
 *
-* The xps_ll_fifo core uses tXLLF_he same fifo to store data values and frame length
+* The xps_ll_fifo core uses the same fifo to store data values and frame length
 * values. Upon initialization, the XLlFifo_TxVacancy will give the value of
 * FIFO_WIDTH - 1, which means one length value used (a reserved fifo location)
 * and no data values yet present.
diff --git a/thirdparty/xilinx/orig/llfifo_v5_0/src/xllfifo.h b/thirdparty/xilinx/orig/llfifo_v5_0/src/xllfifo.h
index 0afb38281..e9b59d77c 100644
--- a/thirdparty/xilinx/orig/llfifo_v5_0/src/xllfifo.h
+++ b/thirdparty/xilinx/orig/llfifo_v5_0/src/xllfifo.h
@@ -576,7 +576,7 @@ extern u32 _xllfifo_ipis_value;
 * XLlFifo_TxVacancy returns the number of unused 32 bit words available
 * (vacancy) in the send channel of the FIFO specified by <i>InstancePtr</i>.
 *
-* The xps_ll_fifo core uses tXLLF_he same fifo to store data values and frame length
+* The xps_ll_fifo core uses the same fifo to store data values and frame length
 * values. Upon initialization, the XLlFifo_TxVacancy will give the value of
 * FIFO_WIDTH - 1, which means one length value used (a reserved fifo location)
 * and no data values yet present.