Skip to content
Snippets Groups Projects
Commit 4dfa0e1c authored by Nikita Danilov's avatar Nikita Danilov
Browse files

fix typo.

parent 47f122e3
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,6 @@
#define LOWEST_BIT_SET(x) ((x) & ~((x) - 1))
/*
* Lustre Error Checksum: calculates checksum
* of Hex number by XORing each bit.
......@@ -172,7 +171,7 @@ void lc_watchdog_dumplog(pid_t pid, void *data);
* struct cfs_psdev_t and
* cfs_psdev_register() and
* cfs_psdev_deregister() are declared in
* libcfs/<os>/cfs_prim.h
* libcfs/<os>/<os>-prim.h
*
* It's just draft now.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment