Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling correct resources #244

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions slides/audio-pipewire/audio-pipewire.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1552,14 +1552,14 @@ \subsection{C API}

\item A \code{pw_context} instance is at the heart of the C API. It
allows connection to the daemon and it manages locally available
ressources.
resources.

\item It does the following:

\begin{itemize}
\item Parsing of the appropriate configuration.
\item Start of the processing thread \& associated data loop.
\item Handling of local ressources: memory pool, work queue,
\item Handling of local resources: memory pool, work queue,
\textbf{proxies}, local modules
\end{itemize}

Expand Down
2 changes: 1 addition & 1 deletion slides/kernel-device-model/kernel-device-model.tex
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ \subsection{Platform drivers}
phandles (pointers) towards additional hardware blocks or hardware
details which cannot be discovered.
\begin{itemize}
\item Some of them are available through a generic array of resourses,
\item Some of them are available through a generic array of resources,
like addresses for the I/O registers and IRQ lines:
\begin{itemize}
\item Such information can be represented using \kstruct{resource},
Expand Down