Fix common misspellings
[deliverable/linux.git] / drivers / staging / gma500 / psb_intel_sdvo.c
index 731a5a2261d327797f0d5e149b654ed03e571af2..1d2bb021c0a53649c4ae3823ec24354d1b7309e8 100644 (file)
@@ -573,7 +573,7 @@ static bool psb_sdvo_set_current_inoutmap(struct psb_intel_output *output,
        /* Make all fields of the  args/ret to zero */
        memset(byArgs, 0, sizeof(byArgs));
 
-       /* Fill up the arguement values; */
+       /* Fill up the argument values; */
        byArgs[0] = (u8) (in0outputmask & 0xFF);
        byArgs[1] = (u8) ((in0outputmask >> 8) & 0xFF);
        byArgs[2] = (u8) (in1outputmask & 0xFF);
This page took 0.023722 seconds and 5 git commands to generate.