Skip to content
This repository was archived by the owner on Oct 1, 2022. It is now read-only.

Commit 54fc02d

Browse files
committed
Fixed typo in libkdump.h docs
1 parent 0383434 commit 54fc02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libkdump/libkdump.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ size_t libkdump_phys_to_virt(size_t addr);
108108

109109

110110
/**
111-
* Retrieves the physical address of a virtual address. Requires root (or read permissions for /proc/self/pagemap).
111+
* Enables or disables the debug output of libkdump as required.
112112
*
113113
* @param[in] enable Enable (1) or disable (0) the debug output of libkdump. Default is disabled.
114114
*/

0 commit comments

Comments
 (0)