PA: Very minor fix about source location in glossary.md
Change-Id: I97663f09bf4df6626db9044c9088e317388f2c26
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4969977
Commit-Queue: Takashi Sakamoto <[email protected]>
Auto-Submit: Yuki Shiino <[email protected]>
Reviewed-by: Takashi Sakamoto <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1214509}
NOKEYCHECK=True
GitOrigin-RevId: 9f80251820adab605f09a1228181fdeba029f5ab
diff --git a/glossary.md b/glossary.md
index 173c267..d3c8c09 100644
--- a/glossary.md
+++ b/glossary.md
@@ -162,7 +162,7 @@
to the entire-ish codebase (exclusions apply). This was done by intercepting
`malloc()`, `free()`, `realloc()`, aforementioned `posix_memalign()`, etc. and
routing them into PartitionAlloc. The shim located in
-`base/allocator/allocator_shim_default_dispatch_to_partition_alloc.h` is
+`base/allocator/partition_allocator/src/partition_alloc/shim/allocator_shim_default_dispatch_to_partition_alloc.h` is
responsible for intercepting. For more details, see
[base/allocator/README.md](../../../base/allocator/README.md).