Commit 29862764 authored by Alessandro Rubini's avatar Alessandro Rubini

dev/w1-eeprom.c: fixed typo in comment

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 41aec8f4
......@@ -164,7 +164,7 @@ DEFINE_WRC_COMMAND(w1w) = {
.exec = cmd_w1_w,
};
/* A shell command, for testing read: "w1w <offset> <len> */
/* A shell command, for testing read: "w1r <offset> <len> */
static int cmd_w1_r(const char *args[])
{
int offset, i, blen;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment