fix comment.
authorChristos Zoulas <christos@zoulas.com>
Thu, 15 Sep 2011 16:31:27 +0000 (12:31 -0400)
committerChristos Zoulas <christos@zoulas.com>
Thu, 15 Sep 2011 16:31:27 +0000 (12:31 -0400)
amd/am_ops.c

index 41b35306bfe805e20f0523ed35d7897e6d5626fb..16140d3732a7177458951fe75b6aac65044d7604 100644 (file)
@@ -339,7 +339,7 @@ merge_opts(const char *opts1, const char *opts2)
       *eq = '\0';
     /* find reverse option of oneopt */
     revoneopt = reverse_option(oneopt);
-    /* if option orits reverse exist in opts2, ignore it */
+    /* if option or its reverse exist in opts2, ignore it */
     if (amu_hasmntopt(&mnt2, oneopt) || amu_hasmntopt(&mnt2, revoneopt))
       continue;
     /* add option to returned string */