aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_file.h
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-09-04 14:53:30 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2006-09-04 14:53:30 -0400
commitdd538c832aaf8e35c46c98a825fa9dacee3cf226 (patch)
tree5b52ba595c0cfd7f802ff7b9d8bca080cbe1526c /fs/gfs2/ops_file.h
parent[GFS2] Use const in endian conversion routines (diff)
downloadlinux-dev-dd538c832aaf8e35c46c98a825fa9dacee3cf226.tar.xz
linux-dev-dd538c832aaf8e35c46c98a825fa9dacee3cf226.zip
[GFS2] Spelling sentinal -> sentinel
A spelling mistake (one of mine). Cc: Jan Engelhardt <jengelh@linux01.gwdg.de> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/ops_file.h')
-rw-r--r--fs/gfs2/ops_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ops_file.h b/fs/gfs2/ops_file.h
index 064e52c30665..b1c1bf838ec9 100644
--- a/fs/gfs2/ops_file.h
+++ b/fs/gfs2/ops_file.h
@@ -9,7 +9,7 @@
#ifndef __OPS_FILE_DOT_H__
#define __OPS_FILE_DOT_H__
-extern struct file gfs2_internal_file_sentinal;
+extern struct file gfs2_internal_file_sentinel;
extern int gfs2_internal_read(struct gfs2_inode *ip,
struct file_ra_state *ra_state,
char *buf, loff_t *pos, unsigned size);