Changeset 3986

Show
Ignore:
Timestamp:
05/19/05 22:50:29 (3 years ago)
Author:
khali
Message:

Spelling fix. Original patch from Tobias Klauser.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • i2c/trunk/kernel/i2c-dev.c

    r3961 r3986  
    212212                        return -EFAULT; 
    213213 
    214                 /* Put an arbritrary limit on the number of messages that can 
     214                /* Put an arbitrary limit on the number of messages that can 
    215215                 * be sent at once */ 
    216216                if (rdwr_arg.nmsgs > 42)