Skip to content
Snippets Groups Projects
Commit 6f7faee9 authored by Steven Cahail's avatar Steven Cahail
Browse files

ipc_logging: Fix documentation of class LogPage_v1

The LogPage_v1's class documentation says that the class represents a
version 0 IPC log page, but the class represents a version 1 IPC log
page.

Correct the error.

Change-Id: If6ca9a66d486f36d5a2078ff7f78850c35ad65f3
parent 15f0ed7c
No related branches found
No related tags found
No related merge requests found
...@@ -879,7 +879,7 @@ class LogPage_v0(LogPage): ...@@ -879,7 +879,7 @@ class LogPage_v0(LogPage):
class LogPage_v1(LogPage): class LogPage_v1(LogPage):
""" """
A single page in a version 0 IPC Logging log. This class is a descendant of A single page in a version 1 IPC Logging log. This class is a descendant of
:class:`LogPage`. :class:`LogPage`.
.. code-block:: c .. code-block:: c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment