summaryrefslogtreecommitdiff
path: root/src/sys/include
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-10-17 14:37:42 -0400
committerIan Moffett <ian@osmora.org>2025-10-17 14:37:42 -0400
commit8d592e845253f3e55deb7f899466ecce5b6cdfb1 (patch)
tree0298722e0917787d7ca052ffdc1f490556cb9db2 /src/sys/include
parent59abe1956c72576cbd9c362603b685e24e30ca41 (diff)
kern: devfs: Fix typo in VFS ops structure
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/sys/include')
-rw-r--r--src/sys/include/sys/mount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/include/sys/mount.h b/src/sys/include/sys/mount.h
index 6d041ee..4a190a4 100644
--- a/src/sys/include/sys/mount.h
+++ b/src/sys/include/sys/mount.h
@@ -65,7 +65,7 @@ struct mount;
/* Filesystem vfsops */
extern struct vfsops g_omar_vfsops;
-extern struct vfsops g_devfs_vfops;
+extern struct vfsops g_devfs_vfsops;
/*
* Represents a mountpoint