summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-07-07 14:36:43 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-07 14:36:43 -0700
commitc8aab5cbee1fa8b1b837b488f91cceffa1ae4471 (patch)
treef352da930da1975145cbb571a8257dd81ab02bf5
parente227450dc1ec1ef07b9a6a5983ce2f2e0dec22b1 (diff)
parentc0ea7d9e9e6403db4718eac79ac480ef55b9073c (diff)
Merge pull request #3149 from wietsevenema:patch-1
PiperOrigin-RevId: 320062822
-rw-r--r--g3doc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/g3doc/README.md b/g3doc/README.md
index 304a91493..7956fe739 100644
--- a/g3doc/README.md
+++ b/g3doc/README.md
@@ -152,7 +152,7 @@ The application is a normal Linux binary provided to gVisor in an OCI runtime
bundle. gVisor aims to provide an environment equivalent to Linux v4.4, so
applications should be able to run unmodified. However, gVisor does not
presently implement every system call, `/proc` file, or `/sys` file so some
-incompatibilities may occur. See [Commpatibility](./user_guide/compatibility.md)
+incompatibilities may occur. See [Compatibility](./user_guide/compatibility.md)
for more information.
[9p]: https://en.wikipedia.org/wiki/9P_(protocol)