summaryrefslogtreecommitdiff
path: root/application-devel
diff options
context:
space:
mode:
authorHolger Dengler <dengler@linutronix.de>2018-03-02 14:44:51 +0100
committerJohn Ogness <john.ogness@linutronix.de>2018-03-07 08:59:41 +0100
commit8a51c72646c1241cd9d4c422650db5cae1d6c4ae (patch)
treea89d06f02316792367cbad3e5689d012fe71d684 /application-devel
parent4e716abb4818b2c5fc4c216302830715e734b5a8 (diff)
embedded-devel: typo: remove duplicate word
Signed-off-by: Holger Dengler <dengler@linutronix.de>
Diffstat (limited to 'application-devel')
-rw-r--r--application-devel/embedded-devel/pres_embedded-devel_en.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/application-devel/embedded-devel/pres_embedded-devel_en.tex b/application-devel/embedded-devel/pres_embedded-devel_en.tex
index 2440554..83a8926 100644
--- a/application-devel/embedded-devel/pres_embedded-devel_en.tex
+++ b/application-devel/embedded-devel/pres_embedded-devel_en.tex
@@ -496,7 +496,7 @@ gcc -Wl,--disable-new-dtags -Wl,-rpath,/mypath \
\begin{frame}[containsverbatim]
\frametitle{Identifying Hard-Coded Search Paths}
-Hard-coded library search paths are are stored as DT\_RUNPATH or DT\_RPATH in the ELF dynamic section (depending on the linker options used).
+Hard-coded library search paths are stored as DT\_RUNPATH or DT\_RPATH in the ELF dynamic section (depending on the linker options used).
\begin{verbatim}
$ objdump -x hello | grep PATH
RUNPATH /mypath