Skip to content

Commit

Permalink
Merge pull request #1 from jwilk/spelling
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
chris-se committed Jan 28, 2016
2 parents e894231 + 2e37077 commit 1f90b39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fstab.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ int process_fstab_entry(fstab_find_fs_data *data, const char *orig_line, int lin
return -ENODEV;
}

/* NOTE: for the /usr use casee this is sufficient, but in general
/* NOTE: for the /usr use case this is sufficient, but in general
* one needs to de-escape the source and dest fields, see e.g.
* the fstab-decode utility.
*/
Expand Down
2 changes: 1 addition & 1 deletion log.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void showmsgv(va_list ap, const char *before1, const char *after1, const char *a
iov[argc].iov_base = (char *)arg;
iov[argc].iov_len = strlen(arg);
argc++;
/* We only support a fixed number of arguments arguments. */
/* We only support a fixed number of arguments. */
if (argc + 1 + extra_arg_count > 32)
break;
}
Expand Down
2 changes: 1 addition & 1 deletion nfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* The mount_nfs4 function is based on the nfs4mount function in
* util-linux (but heavily modified), originally by Trond Myklebust
* <[email protected]>, licensed under the GLPv2+.
* <[email protected]>, licensed under the GPLv2+.
*/

#include <sys/types.h>
Expand Down
2 changes: 1 addition & 1 deletion nfs4.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* nfs4.h: NFSv4 kernel interface definition
* Copyright (C) 2002 Trond Myklebust <[email protected]>
* Originally licensed under the GLPv2+.
* Originally licensed under the GPLv2+.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 1f90b39

Please sign in to comment.