[ioquake3] 52/136: Fix comment

Simon McVittie smcv at debian.org
Thu Jun 15 09:09:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository ioquake3.

commit c259e7cba3e31c3d400e7e7135280a4d6feae477
Author: Eugene C <tweels at gmail.com>
Date:   Wed Mar 15 14:00:13 2017 +0200

    Fix comment
---
 code/qcommon/vm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/qcommon/vm.c b/code/qcommon/vm.c
index dcf5117..03bdb96 100644
--- a/code/qcommon/vm.c
+++ b/code/qcommon/vm.c
@@ -451,7 +451,7 @@ vmHeader_t *VM_LoadQVM( vm_t *vm, qboolean alloc, qboolean unpure)
 	if(alloc)
 	{
 		// allocate zero filled space for initialized and uninitialized data
-		// leave some space beyound data mask so we can secure all mask operations
+		// leave some space beyond data mask so we can secure all mask operations
 		vm->dataAlloc = dataLength + 4;
 		vm->dataBase = Hunk_Alloc(vm->dataAlloc, h_high);
 		vm->dataMask = dataLength - 1;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git



More information about the Pkg-games-commits mailing list