From 52ca9e4c3d82347a4ca941aca9ed17da74eca85e Mon Sep 17 00:00:00 2001
From: Nate Begeman
Date: Fri, 27 Aug 2004 07:59:37 +0000
Subject: [PATCH] Fix a typo in the bytecode format documentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16072 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/BytecodeFormat.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 33450231125..9480da4a503 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -1474,7 +1474,7 @@ single uint32_vbr as follows:
include/llvm/Instruction.def file. You should check there for the
most recent definitions. The table below provides the opcodes defined as of
- the writing of this document. The table associates each opcode mneumonic with
+ the writing of this document. The table associates each opcode mnemonic with
its enumeration value and the bytecode and LLVM version numbers in which the
opcode was introduced.