summaryrefslogtreecommitdiff
path: root/libc/src/string
diff options
context:
space:
mode:
authorJay Foad <jay.foad@amd.com>2024-11-21 14:48:38 +0000
committerJay Foad <jay.foad@amd.com>2024-11-21 14:48:38 +0000
commitd6fc7d3ab186fee1c95c00992206e0914cb25f42 (patch)
tree7c17bb0c380112bc596777908f84d54ec2c4fb23 /libc/src/string
parent95f4aa44ae660c649560fd32868fef14d7925551 (diff)
Fix typo "intead"
Diffstat (limited to 'libc/src/string')
-rw-r--r--libc/src/string/string_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/string/string_utils.h b/libc/src/string/string_utils.h
index 22a1876da536..fc617bd18e8f 100644
--- a/libc/src/string/string_utils.h
+++ b/libc/src/string/string_utils.h
@@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
//
// Standalone string utility functions. Utilities requiring memory allocations
-// should be placed in allocating_string_utils.h intead.
+// should be placed in allocating_string_utils.h instead.
//
//===----------------------------------------------------------------------===//